Handle the special "<hidden>" SSID case from old IEEE80211 layer
[connman] / gdbus / Makefile.am
index 756b2fa..9447555 100644 (file)
@@ -1,7 +1,7 @@
 
-noinst_LIBRARIES = libgdbus.a
+noinst_LTLIBRARIES = libgdbus.la
 
-libgdbus_a_SOURCES = gdbus.h mainloop.c object.c watch.c
+libgdbus_la_SOURCES = gdbus.h mainloop.c object.c watch.c
 
 AM_CFLAGS = @DBUS_CFLAGS@ @GLIB_CFLAGS@