summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@redhat.com>2009-02-27 10:52:09 +0100
committerTomas Bzatek <tbzatek@redhat.com>2009-02-27 10:52:09 +0100
commit88f87e2478e37cfc87ee4544b504143452cebc2c (patch)
tree84d7223165aba33b93bf708239d01243e2075f23 /Makefile.am
parent03b9120b0af54dba70912dc5eba4549f80c11b0f (diff)
downloadcataract-88f87e2478e37cfc87ee4544b504143452cebc2c.tar.xz
Make the package foreign
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