aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 000000000..c736a533d
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,14 @@
1INCLUDES = -I$(top_srcdir)/src/include
2SUBDIRS = contrib src po
3
4EXTRA_DIST = \
5 ABOUT-NLS \
6 config.rpath \
7 install-sh \
8 HACKING \
9 UPDATING \
10 PLATFORMS \
11 acinclude.m4
12
13ACLOCAL_AMFLAGS = -I m4
14