diff options
author | Ondřej Surý <ondrej@sury.org> | 2013-05-27 16:15:24 +0200 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2013-05-27 21:31:47 +0200 |
commit | 2c976ec788e2f434cd0d534ab467e1f19d8ff7a5 (patch) | |
tree | f88e0fd480c5875b0490eacfb04dfc7760383ae5 /Makefile.am | |
parent | fix some warnings caused by '-pedantic' compiler flag (diff) | |
download | knot-2c976ec788e2f434cd0d534ab467e1f19d8ff7a5.tar.xz knot-2c976ec788e2f434cd0d534ab467e1f19d8ff7a5.zip |
Fix make distcheck (up until uninstall check)
Change-Id: I0a963766fa4b4494e7eca53a6edd613632f6cbe1
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 64478f2c3..282a5c340 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,3 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = src samples doc man +EXTRA_DIST = resource.sh |