summaryrefslogtreecommitdiffstats
path: root/avahi-common
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-08-08 10:45:47 +0000
committerLennart Poettering <lennart@poettering.net>2005-08-08 10:45:47 +0000
commit15cbcb2d3c23c83f7ae5f009e20d5ba0eb4b3679 (patch)
tree1318bf3d4c5a27ba1af05dac8e80cf265cc47f12 /avahi-common
parenteda741119700f70ddb8c960abf12b9869197145d (diff)
* simply compilation a little
* fix avahi-dnsconfd forking * clean up init script output a little git-svn-id: file:///home/lennart/svn/public/avahi/trunk@269 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-common')
-rw-r--r--avahi-common/Makefile.am11
1 files changed, 2 insertions, 9 deletions
diff --git a/avahi-common/Makefile.am b/avahi-common/Makefile.am
index 9030e04..c327bd1 100644
--- a/avahi-common/Makefile.am
+++ b/avahi-common/Makefile.am
@@ -49,9 +49,6 @@ noinst_PROGRAMS = \
lib_LTLIBRARIES = \
libavahi-common.la
-noinst_LIBRARIES = \
- libavahi-common-static.a
-
libavahi_common_la_SOURCES = \
address.c address.h \
strlst.c strlst.h \
@@ -61,19 +58,15 @@ libavahi_common_la_SOURCES = \
libavahi_common_la_CFLAGS = $(AM_CFLAGS)
libavahi_common_la_LIBADD = $(AM_LDADD)
-libavahi_common_static_a_SOURCES = $(libavahi_common_la_SOURCES)
-libavahi_common_static_a_CFLAGS = $(AM_CFLAGS)
-libavahi_common_static_a_LIBADD =
-
strlst_test_SOURCES = \
strlst.c strlst.h \
- strlst-test.c
+ strlst-test.c
strlst_test_CFLAGS = $(AM_CFLAGS)
strlst_test_LDADD = $(AM_LDADD)
alternative_test_SOURCES = \
alternative.c alternative.h \
- alternative-test.c
+ alternative-test.c
alternative_test_CFLAGS = $(AM_CFLAGS)
alternative_test_LDADD = $(AM_LDADD)