]> 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 d7c15e81c1b476c0542eb5f604876bd2993aa273..ad8d1a790a171137b904a861cdf8f35d95d2b47e 100644 (file)
@@ -32,7 +32,6 @@ avahi_commoninclude_HEADERS = \
        strlst.h \
        address.h \
        alternative.h \
-       rr.h \
        util.h \
        cdecl.h \
        defs.h
@@ -56,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)