diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-07-17 22:30:14 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-07-17 22:30:14 +0000 |
commit | c978e43ae83a5a7e7fc8fe32538afbffc5812da9 (patch) | |
tree | b482b4f163dca51e753e8fb75794a3c2e55db6e3 | |
parent | 8d44ab4fb945aace59785112eac1106f86019f71 (diff) | |
download | shared-mime-info-c978e43ae83a5a7e7fc8fe32538afbffc5812da9.tar.gz |
0.3.12
0.3.12
svn path=/trunk/; revision=1307
-rw-r--r-- | macros/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/Makefile.am b/macros/Makefile.am index cb7c1854..ed4b5fa1 100644 --- a/macros/Makefile.am +++ b/macros/Makefile.am @@ -24,7 +24,7 @@ MACROS= \ linger.m4 \ need-declaration.m4 -EXTRA_DIST=$(MACROS) gnome-common.m4 gnome-gettext.m4 autogen.sh +EXTRA_DIST=$(MACROS) gnome-common.m4 autogen.sh MAINTAINERCLEANFILES=macros.dep @MAINT@macros.dep: Makefile.am @@ -37,6 +37,6 @@ gnome-macros.dep: Makefile.am @echo '$$(top_srcdir)/aclocal.m4: $(MACROS:%=$(gnome_aclocaldir)/%)' > $@ gnome_aclocal_DATA = $(MACROS) gnome-macros.dep gnome-common.m4 \ - gnome-gettext.m4 autogen.sh + autogen.sh endif |