]> git.meshlink.io Git - catta/blobdiff - avahi-common/Makefile.am
hide "Bad probe size estimate" warning in probe code which was generated when assembl...
[catta] / avahi-common / Makefile.am
index 2a3a591bab595f162e1a46ebb60ef9244f443e44..96ef099d7fbe2f8c6895fb9274ab53e9cdb4f67f 100644 (file)
@@ -35,6 +35,7 @@ avahi_commoninclude_HEADERS = \
        watch.h \
        timeval.h \
        simple-watch.h \
+       thread-watch.h \
        gccmacro.h \
        error.h \
        llist.h \
@@ -67,7 +68,8 @@ libavahi_common_la_SOURCES = \
        rlist.h rlist.c
 
 libavahi_common_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) 
-libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS) -export-dynamic -version-info $(LIBAVAHI_COMMON_VERSION_INFO)
+libavahi_common_la_LIBADD = $(AM_LDADD) $(PTHREAD_CFLAGS) $(PTHREAD_LIBS)
+libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMMON_VERSION_INFO)
 
 strlst_test_SOURCES = \
        strlst.c strlst.h \