summaryrefslogtreecommitdiff
path: root/macros2/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'macros2/Makefile.am')
-rw-r--r--macros2/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/macros2/Makefile.am b/macros2/Makefile.am
deleted file mode 100644
index a8af26a..0000000
--- a/macros2/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-## Please update this variable if any new macros are created
-
-HACK_MACROS= \
- gnome.m4 \
- gnome-common.m4
-
-EXTRA_DIST=$(HACK_MACROS) autogen.sh
-MAINTAINERCLEANFILES=macros2.dep
-
-@MAINT@macros2.dep: Makefile.am
-@MAINT@ @echo '$$(top_srcdir)/aclocal.m4: $(HACK_MACROS:%=hack-macros/%)' > $@
-
-if INSIDE_GNOME_COMMON
-gnome2_aclocaldir = $(datadir)/aclocal/gnome2-macros
-
-gnome2-macros.dep: Makefile.am
- @echo '$$(top_srcdir)/aclocal.m4: $(HACK_MACROS:%=$(gnome_aclocaldir)/%)' > $@
-
-gnome2_aclocal_DATA = $(HACK_MACROS) autogen.sh gnome2-macros.dep
-
-endif