summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2011-03-23 14:57:52 (GMT)
committerThomas Graf <tgraf@suug.ch>2011-03-23 15:00:44 (GMT)
commit9f1abddb1af5b94d5e82dd12e7fa8ebf18acfc64 (patch)
tree94fa6a42dfbb7b9e88d87ae0cb89381a780d21bb /Makefile.am
parent913579b460b6e081e119e0ebdb662115857e0b43 (diff)
downloadlibnl-9f1abddb1af5b94d5e82dd12e7fa8ebf18acfc64.zip
libnl-9f1abddb1af5b94d5e82dd12e7fa8ebf18acfc64.tar.gz
libnl-9f1abddb1af5b94d5e82dd12e7fa8ebf18acfc64.tar.bz2
Fix "make distcheck".
This commit adds some missing files (some header files, the files below /etc and the bison/flex files) to the distribution tarball to ensure that libnl can be built from the tarballs created using "make dist". It also adds some incantations to properly generate the flex and bison output since the generated output is no longer shipped in the tarball.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5931a9e..07017c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,6 +15,9 @@ pkgconfig_DATA = libnl-3.0.pc
sysconfdir = @sysconfdir@/libnl
sysconf_DATA = etc/pktloc etc/classid
+EXTRA_DIST = \
+ $(sysconf_DATA)
+
.PHONY: cscope
cscope:
cscope -b -q -R -Iinclude -slib -ssrc;