From 88f87e2478e37cfc87ee4544b504143452cebc2c Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Fri, 27 Feb 2009 10:52:09 +0100 Subject: Make the package foreign --- Makefile.am | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3