summaryrefslogtreecommitdiffstats
path: root/avahi-compat-howl/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-13 00:14:19 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-13 00:14:19 +0000
commit709a2ef026cab9424737fa37c40af52da60be59d (patch)
treef9cedf144fa2bc20788b0adf577a6b5ea01c837d /avahi-compat-howl/Makefile.am
parent7badca4113bc8289755cd536593d8f3287aae9d5 (diff)
Add stubs for all exported functions
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@751 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-compat-howl/Makefile.am')
-rw-r--r--avahi-compat-howl/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/avahi-compat-howl/Makefile.am b/avahi-compat-howl/Makefile.am
index 3239086..123cdd7 100644
--- a/avahi-compat-howl/Makefile.am
+++ b/avahi-compat-howl/Makefile.am
@@ -53,8 +53,9 @@ lib_LTLIBRARIES = libavahi-compat-howl.la
libavahi_compat_howl_la_SOURCES = \
$(avahi_compat_howl_HEADERS) \
- warn.c warn.h
-libavahi_compat_howl_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
+ warn.c warn.h \
+ unsupported.c
+libavahi_compat_howl_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
libavahi_compat_howl_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMPAT_HOWL_VERSION_INFO) $(PTHREAD_LIBS) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la
#txt_test_SOURCES = \