summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 6 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am
index 375e4e1..b782c4b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,18 +1,15 @@
+NULL =
+
SUBDIRS = \
src
EXTRA_DIST = \
- intltool-extract.in \
- intltool-update.in \
- intltool-merge.in
+ $(NULL)
CLEANFILES =
DISTCLEANFILES = \
- intltool-extract \
- intltool-update \
- intltool-merge \
- po/.intltool-merge-cache
+ $(NULL)
# "make samples" target
@@ -22,3 +19,5 @@ samples:
ACLOCAL_AMFLAGS = -I m4
+
+AUTOMAKE_OPTIONS = foreign