diff options
| author | Lennart Poettering <lennart@poettering.net> | 2005-11-24 02:03:21 +0000 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2005-11-24 02:03:21 +0000 | 
| commit | ef51c776fa80e67b84e2a6d48829f9040ac76c20 (patch) | |
| tree | 613d6ec4b3af4a3ec9e129c5587fd6b4258afcd2 /avahi-common | |
| parent | be4aaeb485d31dee095b0c9c90e6b79333bc0e21 (diff) | |
don't build static library for dbus-watch-glue and the like, instead compile the sources directly where it is needed
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1028 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
| -rw-r--r-- | avahi-common/Makefile.am | 14 | 
1 files changed, 0 insertions, 14 deletions
diff --git a/avahi-common/Makefile.am b/avahi-common/Makefile.am index 912b7a9..ff436ae 100644 --- a/avahi-common/Makefile.am +++ b/avahi-common/Makefile.am @@ -107,19 +107,5 @@ noinst_HEADERS = \  	dbus.h \  	dbus-watch-glue.h -noinst_LTLIBRARIES = \ -	libdbus-common.la \ -	libdbus-common-pic.la - -libdbus_common_la_SOURCES = \ -	dbus-watch-glue.h dbus-watch-glue.c \ -	dbus.h dbus.c -libdbus_common_la_CFLAGS = $(AM_CFLAGS) $(DBUS_CFLAGS) -libdbus_common_la_LDFLAGS = $(AM_LDFLAGS) -all-static - -libdbus_common_pic_la_SOURCES = $(libdbus_common_la_SOURCES) -libdbus_common_pic_la_CFLAGS = $(libdbus_common_la_CFLAGS) -fPIC -libdbus_common_pic_la_LDFLAGS = $(libdbus_common_la_LDFLAGS) -  endif  | 
