]> git.meshlink.io Git - catta/blobdiff - avahi-core/Makefile.am
* may fix a compile problem on freebsd 4.x
[catta] / avahi-core / Makefile.am
index 95166157ede800f0755df3448ea6fb3577292218..cb2d8f9d2c7d902f95690bf605d27d64bd0960c3 100644 (file)
@@ -67,7 +67,7 @@ libavahi_core_la_SOURCES = \
        browse-service.c \
        resolve-service.c \
        dns.c dns.h \
-       rr.c rr.h \
+       rr.c rr.h rr-util.h \
        core.h lookup.h publish.h \
        log.c log.h \
        browse-dns-server.c \
@@ -76,7 +76,10 @@ libavahi_core_la_SOURCES = \
        hashmap.c hashmap.h \
        wide-area.c wide-area.h \
        multicast-lookup.c multicast-lookup.h \
-       querier.c querier.h
+       querier.c querier.h \
+       addr-util.h addr-util.c \
+       domain-util.h domain-util.c \
+       dns-srv-rr.h
 
 if HAVE_NETLINK
 libavahi_core_la_SOURCES += \
@@ -130,7 +133,8 @@ dns_test_SOURCES = \
        log.c log.h \
        util.c util.h \
        rr.c rr.h \
-       hashmap.c hashmap.h
+       hashmap.c hashmap.h \
+       domain-util.c domain-util.h
 dns_test_CFLAGS = $(AM_CFLAGS)
 dns_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la