summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-04-25 10:24:56 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-04-25 10:24:56 +0200
commit100c3f8bf209754ee0d9aaae922515f9b0eb3f7b (patch)
treeaa0e965dfcc3dfd84d3b3aaee7692b89706c7890
parent476adfce4fef27eab39f91d5bd8e19a65fc9f7b0 (diff)
downloadrsyslog-100c3f8bf209754ee0d9aaae922515f9b0eb3f7b.tar.gz
rsyslog-100c3f8bf209754ee0d9aaae922515f9b0eb3f7b.tar.bz2
rsyslog-100c3f8bf209754ee0d9aaae922515f9b0eb3f7b.zip
add missing file to tarball
-rw-r--r--compat/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am
index 78c298e0..f580a380 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -1,6 +1,6 @@
noinst_LTLIBRARIES = compat.la
-compat_la_SOURCES = getifaddrs.c
+compat_la_SOURCES = getifaddrs.c ifaddrs.h
compat_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS)
compat_la_LDFLAGS = -module -avoid-version
compat_la_LIBADD = $(IMUDP_LIBS)