From 709a2ef026cab9424737fa37c40af52da60be59d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 13 Oct 2005 00:14:19 +0000 Subject: Add stubs for all exported functions git-svn-id: file:///home/lennart/svn/public/avahi/trunk@751 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-compat-howl/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'avahi-compat-howl/Makefile.am') 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 = \ -- cgit