summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1998-12-08 23:38:19 +0000
committerMartin Baulig <martin@src.gnome.org>1998-12-08 23:38:19 +0000
commit0bda0d4fc9041d2f12207cbb4f60f9d898a4b097 (patch)
treec1a8d4649cdfc8f95504abdb0f4da5dd931282a6 /Makefile.am
parent29145f7c11d5582c229dc71f773d690398732e4a (diff)
downloadlibgtop-0bda0d4fc9041d2f12207cbb4f60f9d898a4b097.tar.gz
Let aclocal.m4 depend on libgtop-sysdeps.m4 in maintainer mode.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 53fb49a1..7cf560c4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,6 +35,8 @@ bin_SCRIPTS = $(top_builddir)/libgtop-config
@MAINT@macros/macros.dep: macros/Makefile.am
@MAINT@ cd macros && $(MAKE) macros.dep
+@MAINT@$(top_srcdir)/aclocal.m4: libgtop-sysdeps.m4
+
## We create libgtopConf.sh here and not from configure because we want
## to get the paths expanded correctly. Macros like srcdir are given
## the value NONE in configure if the user doesn't specify them (this