summaryrefslogtreecommitdiff
path: root/macros2/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-03-02 01:33:29 +0000
committernobody <nobody@localhost>2001-03-02 01:33:29 +0000
commitcb0c32c2b66c647228544076709ecf115a735f6f (patch)
treecda39502324bf50b451e5c7f58e5dee7c7476bad /macros2/Makefile.am
parenta4345553ce1fb5f81b0b9c3d6f8f4e9f4c8fc801 (diff)
downloadshared-mime-info-FIRST_GPA_SURGERY.tar.gz
This commit was manufactured by cvs2svn to create branchFIRST_GPA_SURGERY
'FIRST_GPA_SURGERY'. svn path=/branches/FIRST_GPA_SURGERY/; revision=1613
Diffstat (limited to 'macros2/Makefile.am')
-rw-r--r--macros2/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/macros2/Makefile.am b/macros2/Makefile.am
deleted file mode 100644
index f645f4f3..00000000
--- a/macros2/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-## Please update this variable if any new macros are created
-
-GNOME2_MACROS= \
- compiler-flags.m4 gnome-common.m4 gnome-cxx-check.m4 \
- gnome-gettext.m4 gnome-pthread-check.m4 gnome-x-checks.m4 \
- linger.m4 check-utmp.m4 gnome-pkgconfig.m4 gnome-platform.m4
-
-EXTRA_DIST=$(GNOME2_MACROS) autogen.sh
-MAINTAINERCLEANFILES=macros2.dep
-
-@MAINT@macros2.dep: Makefile.am
-@MAINT@ @echo '$$(top_srcdir)/aclocal.m4: $(GNOME2_MACROS:%=macros2/%)' > $@
-
-if INSIDE_GNOME_COMMON
-gnome2_aclocaldir = $(datadir)/aclocal/gnome2-macros
-
-gnome2-macros.dep: Makefile.am
- @echo '$$(top_srcdir)/aclocal.m4: $(GNOME2_MACROS:%=$(gnome2_aclocaldir)/%)' > $@
-
-gnome2_aclocal_DATA = $(GNOME2_MACROS) autogen.sh gnome2-macros.dep
-
-endif