]> git.meshlink.io Git - catta/blobdiff - avahi-common/Makefile.am
There is no need to test a pointer to be freed for being NULL. free() does this anywa...
[catta] / avahi-common / Makefile.am
index b96d19e44cf18a2ce367784b3e315f2248a47427..ad8d1a790a171137b904a861cdf8f35d95d2b47e 100644 (file)
@@ -32,9 +32,9 @@ avahi_commoninclude_HEADERS = \
        strlst.h \
        address.h \
        alternative.h \
-       rr.h \
        util.h \
-       cdecl.h
+       cdecl.h \
+       defs.h
 
 if ENABLE_DBUS
 avahi_commoninclude_HEADERS += dbus.h
@@ -55,8 +55,8 @@ libavahi_common_la_SOURCES = \
        address.c address.h \
        strlst.c strlst.h \
        alternative.c alternative.h \
-       rr.c rr.h \
-       util.c util.h
+       util.c util.h \
+       error.c error.h
 libavahi_common_la_CFLAGS = $(AM_CFLAGS)
 libavahi_common_la_LIBADD = $(AM_LDADD)