From 4e84c06f024cb079710af5bca7f7bc5c6674f076 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 10 Jun 2005 23:26:48 +0000 Subject: * build libavahi-common statically for debugging purposes git-svn-id: file:///home/lennart/svn/public/avahi/trunk@108 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-common/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'avahi-common') diff --git a/avahi-common/Makefile.am b/avahi-common/Makefile.am index 94d373c..1235f92 100644 --- a/avahi-common/Makefile.am +++ b/avahi-common/Makefile.am @@ -43,12 +43,21 @@ 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 \ alternative.c alternative.h \ rr.c rr.h \ util.c util.h +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 \ @@ -67,3 +76,4 @@ domain_test_SOURCES = \ domain-test.c domain_test_CFLAGS = $(AM_CFLAGS) domain_test_LDADD = $(AM_LDADD) + -- cgit