summaryrefslogtreecommitdiff
path: root/gdbus
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-08-13 02:32:56 +0200
committerMarcel Holtmann <marcel@holtmann.org>2008-08-13 02:32:56 +0200
commit531e3460465e6f493eb0b7de2a3b8a7d8959563d (patch)
treef8ce2d51425dc64db92a74e687d47222fd646a80 /gdbus
parent6d183c9e8bbce62b4bcb3f26be3176b981615222 (diff)
downloadconnman-531e3460465e6f493eb0b7de2a3b8a7d8959563d.tar.gz
connman-531e3460465e6f493eb0b7de2a3b8a7d8959563d.tar.bz2
connman-531e3460465e6f493eb0b7de2a3b8a7d8959563d.zip
Don't use static library for the included libgdbus
Diffstat (limited to 'gdbus')
-rw-r--r--gdbus/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdbus/Makefile.am b/gdbus/Makefile.am
index 756b2fa2..9447555f 100644
--- a/gdbus/Makefile.am
+++ b/gdbus/Makefile.am
@@ -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@