summaryrefslogtreecommitdiff
path: root/defaults
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2004-10-07 20:36:17 +0000
committerBenedikt Meurer <benny@xfce.org>2004-10-07 20:36:17 +0000
commit945b6a97583569c7737e917aed4b2f3d78b6e536 (patch)
treea5b8f572fc7c4d4bcd1a623c602b4969b529a880 /defaults
parent64141888101f57b66e11e8be8c5095915d107581 (diff)
downloadxfwm4-945b6a97583569c7737e917aed4b2f3d78b6e536.tar.gz
Added --enable-final (-O1 for GNU ld) as per Jaspers request. Added missing
m4 files. (Old svn revision: 12039)
Diffstat (limited to 'defaults')
-rw-r--r--defaults/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/defaults/Makefile.in b/defaults/Makefile.in
index 0e18f1aa5..186565a79 100644
--- a/defaults/Makefile.in
+++ b/defaults/Makefile.in
@@ -40,7 +40,8 @@ DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/X11.m4 \
$(top_srcdir)/m4/debug.m4 $(top_srcdir)/m4/depends.m4 \
- $(top_srcdir)/m4/i18n.m4 $(top_srcdir)/configure.ac
+ $(top_srcdir)/m4/glib-gettext.m4 $(top_srcdir)/m4/i18n.m4 \
+ $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs