aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2012-11-06 09:06:44 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-11-06 09:06:44 +0100
commitfc3a427fb112223b75ab85945cfeab95f0ce4e05 (patch)
tree1330a9eb0df528439b59ecf0f8f0821c9504dc2f /Makefile.am
parent557215fd5611676943e70fe080090e76f84f67e2 (diff)
build: Properly link and package the example configurations0.0.3
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7c9c65b..c38e39a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
SUBDIRS = include src contrib
BUILT_SOURCES = $(top_srcdir)/.version
-EXTRA_DIST = git-version-gen
+EXTRA_DIST = git-version-gen osmo-pcap-server.cfg osmo-pcap-client.cfg
$(top_srcdir)/.version:
echo $(VERSION) > $@-t && mv $@-t $@
dist-hook: