summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>1999-04-17 01:22:18 +0000
committernobody <nobody@localhost>1999-04-17 01:22:18 +0000
commit34aa23db21b39107e4d29013e5f52a1f2cda4dea (patch)
tree136c6488c85ed1361c40a50a802af3491084950c /Makefile.am
parent101ded67a522d27fd3e2f8899578b9edc53fdf92 (diff)
downloadshared-mime-info-devel.tar.gz
This commit was manufactured by cvs2svn to create branch 'devel'.devel
svn path=/branches/devel/; revision=785
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index e38ab084..00000000
--- a/Makefile.am
+++ /dev/null
@@ -1,9 +0,0 @@
-SUBDIRS = macros
-
-EXTRA_DIST = gnome-common.spec
-
-dist-hook:
- for subdir in intl support ; do \
- mkdir $(distdir)/$$subdir ; \
- cp -pr $(srcdir)/$$subdir $(distdir) ; \
- done