]> git.meshlink.io Git - catta/blobdiff - avahi-common/Makefile.am
* add new linked list implementation ala GSList
[catta] / avahi-common / Makefile.am
index a580a9d579bd1895e0baef7c46851ca58ac3d3fc..e1786f70d58356f9f22372d6aa951440e3447257 100644 (file)
@@ -36,10 +36,9 @@ avahi_commoninclude_HEADERS = \
        timeval.h \
        simple-watch.h \
        gccmacro.h \
-       error.h
-
-noinst_HEADERS = \
-       llist.h
+       error.h \
+       llist.h \
+       rlist.h
 
 noinst_PROGRAMS = \
        strlst-test \
@@ -60,7 +59,8 @@ libavahi_common_la_SOURCES = \
        domain.c domain.h \
        timeval.c timeval.h \
        simple-watch.c simple-watch.h \
-       watch.h gccmacro.h
+       watch.h gccmacro.h \
+       rlist.h rlist.c
 
 libavahi_common_la_CFLAGS = $(AM_CFLAGS)
 libavahi_common_la_LDFLAGS = $(AM_LDFLAGS) -export-dynamic -version-info $(LIBAVAHI_COMMON_VERSION_INFO) 1:0:1
@@ -99,7 +99,7 @@ timeval_test_CFLAGS = $(AM_CFLAGS)
 
 if HAVE_DBUS
 
-noinst_HEADERS += \
+noinst_HEADERS = \
        dbus.h \
        dbus-watch-glue.h