summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-05-01 20:44:29 +0000
committerPeter Williams <peterw@src.gnome.org>2000-05-01 20:44:29 +0000
commit216e4110ac261dc4f88347cdf39e78a26ad67f6a (patch)
treeea017307c98d891dd040134e5438297e2c0dca3e
parenta6602770713de27d003a4fff75d389969c3282b1 (diff)
downloadgnome-common-unlabeled-1.31.14.tar.gz
Fixes for bugs and stuff.unlabeled-1.31.14
svn path=/branches/unlabeled-1.31.14/; revision=1202
-rw-r--r--macros/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am
index 2b7b6eb..ddc98f8 100644
--- a/macros/Makefile.am
+++ b/macros/Makefile.am
@@ -22,10 +22,11 @@ MACROS= \
gnome.m4 \
gperf-check.m4 \
linger.m4 \
- need-declaration.m4
+ need-declaration.m4 \
+ balsa-offset-tool.m4
-EXTRA_DIST=$(MACROS) gnome-common.m4 autogen.sh
-MAINTAINERCLEANFILES=macros.dep
+EXTRA_DIST=$(MACROS) gnome-common.m4 autogen.sh offset-tool.sh.in
+MAINTAINERCLEANFILES=macros.dep offset-tool.sh offset-defs.sh
@MAINT@macros.dep: Makefile.am
@MAINT@ @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=macros/%)' > $@