summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--avahi-client/Makefile.am2
-rw-r--r--avahi-common/Makefile.am2
-rw-r--r--avahi-core/Makefile.am4
3 files changed, 4 insertions, 4 deletions
diff --git a/avahi-client/Makefile.am b/avahi-client/Makefile.am
index f4f59dc..f4d60a4 100644
--- a/avahi-client/Makefile.am
+++ b/avahi-client/Makefile.am
@@ -28,7 +28,7 @@ AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'
avahi_clientincludedir=$(includedir)/avahi-client
-avahi_clientinclude_HEADERS =
+avahi_clientinclude_HEADERS = \
client.h
noinst_PROGRAMS = \
diff --git a/avahi-common/Makefile.am b/avahi-common/Makefile.am
index 1235f92..b8532c0 100644
--- a/avahi-common/Makefile.am
+++ b/avahi-common/Makefile.am
@@ -28,7 +28,7 @@ AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'
avahi_commonincludedir=$(includedir)/avahi-common
-avahi_commoninclude_HEADERS =
+avahi_commoninclude_HEADERS = \
strlst.h \
address.h \
alternative.h \
diff --git a/avahi-core/Makefile.am b/avahi-core/Makefile.am
index e4dd771..fb9ffea 100644
--- a/avahi-core/Makefile.am
+++ b/avahi-core/Makefile.am
@@ -31,9 +31,9 @@ STATIC_COMMON_LDADD=../avahi-common/libavahi-common-static.a
# This cool debug trap works on i386/gcc only
AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'
-avahiincludedir=$(includedir)/avahi-core
+avahiincludedir=$(includedir)/avahi-core
-avahiinclude_HEADERS =
+avahiinclude_HEADERS = \
core.h
lib_LTLIBRARIES = \