aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-01-24 09:20:51 +0800
committernobody <nobody@localhost>2000-01-24 09:20:51 +0800
commit0f5ffeab951f4354ba18f4a4510cf6d5773ab5a7 (patch)
treeec05e099aa1d185b5f01be04cc0da7b4a0c15367 /Makefile.am
parent6e707feec4b4e2c9d89fe1278819addc1b8428fe (diff)
downloadgsoc2013-evolution-gtkmm_1_1_8.tar.gz
gsoc2013-evolution-gtkmm_1_1_8.tar.zst
gsoc2013-evolution-gtkmm_1_1_8.zip
This commit was manufactured by cvs2svn to create tag 'gtkmm_1_1_8'.gtkmm_1_1_8
svn path=/tags/gtkmm_1_1_8/; revision=1617
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am31
1 files changed, 0 insertions, 31 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 9634d0b81c..0000000000
--- a/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-changelogs = \
- ChangeLog
-
-EXTRA_DIST = \
- AUTHORS \
- $(changelogs) \
- README \
- HACKING \
- MAINTAINERS \
- NEWS
-
-SUBDIRS = \
- po \
- macros \
- data \
- camel \
- e-util \
- widgets \
- composer \
- tests \
- addressbook \
- shell \
- mail \
- libversit \
- calendar
-
-dist-hook:
- for subdir in intl ; do \
- mkdir $(distdir)/$$subdir ; \
- cp -pr $(srcdir)/$$subdir $(distdir) ; \
- done