aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 6a9c335cc5..0000000000
--- a/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-SUBDIRS = \
- po \
- macros \
- camel \
- e-util \
- widgets \
- composer \
- tests
-
-dist-hook:
- for subdir in intl ; do \
- mkdir $(distdir)/$$subdir ; \
- cp -pr $(srcdir)/$$subdir $(distdir) ; \
- done