aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-03-29 08:30:07 +0800
committernobody <nobody@localhost>2000-03-29 08:30:07 +0800
commitf801171ba9cf8ce18455c06d5ca3b4220435f4d0 (patch)
tree828b9805c964e1d00a9ba6be3c1dc64f78be9523 /Makefile.am
parentbce1144ad7cd318cb193eb39aecc42cf8a87358e (diff)
downloadgsoc2013-evolution-gnomemm-1_1_8.tar
gsoc2013-evolution-gnomemm-1_1_8.tar.gz
gsoc2013-evolution-gnomemm-1_1_8.tar.bz2
gsoc2013-evolution-gnomemm-1_1_8.tar.lz
gsoc2013-evolution-gnomemm-1_1_8.tar.xz
gsoc2013-evolution-gnomemm-1_1_8.tar.zst
gsoc2013-evolution-gnomemm-1_1_8.zip
This commit was manufactured by cvs2svn to create taggnomemm-1_1_8
'gnomemm-1_1_8'. svn path=/tags/gnomemm-1_1_8/; revision=2231
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am37
1 files changed, 0 insertions, 37 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 04c113f8a8..0000000000
--- a/Makefile.am
+++ /dev/null
@@ -1,37 +0,0 @@
-changelogs = \
- ChangeLog
-
-EXTRA_DIST = \
- AUTHORS \
- $(changelogs) \
- README \
- HACKING \
- MAINTAINERS \
- NEWS
-
-SUBDIRS = \
- intl \
- macros \
- data \
- e-util \
- widgets \
- shell \
- libibex \
- camel \
- filter \
- composer \
- mail \
- tests \
- libical \
- libversit \
- addressbook \
- po
-
-# Add this when the calendar builds.
-# calendar
-
-dist-hook:
- for subdir in intl ; do \
- mkdir $(distdir)/$$subdir ; \
- cp -pr $(srcdir)/$$subdir $(distdir) ; \
- done