summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-10-21 13:59:31 +0200
committerinfirit <[email protected]>2013-10-21 13:59:31 +0200
commiteb26733b0aa7052dc661acf0e19a30cd3c174e01 (patch)
treef0aa94c8e3a68a5e89e2fe24f11a0d2f78b9b960 /Makefile.am
parente83eb6c9dc67ac587d41ca61334c79bac60707cc (diff)
downloadeom-eb26733b0aa7052dc661acf0e19a30cd3c174e01.tar.bz2
eom-eb26733b0aa7052dc661acf0e19a30cd3c174e01.tar.xz
Correct typo in EXTRA_DIST
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 08ae4d9..c0f11bd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-ACLOCAL_AMFLAGS = -I m4
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
if ENABLE_JPEG
jpeg_DIRS = jpegutils
@@ -8,7 +8,7 @@ SUBDIRS = $(jpeg_DIRS) cut-n-paste bindings src man plugins po help data doc
EXTRA_DIST = \
AUTHORS \
- Changelog \
+ ChangeLog \
COPYING \
HACKING \
NEWS \