summaryrefslogtreecommitdiff
path: root/icons
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 /icons
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 'icons')
-rw-r--r--icons/48x48/Makefile.in3
-rw-r--r--icons/Makefile.in3
-rw-r--r--icons/scalable/Makefile.in3
3 files changed, 6 insertions, 3 deletions
diff --git a/icons/48x48/Makefile.in b/icons/48x48/Makefile.in
index 91b90d413..8d2608d2f 100644
--- a/icons/48x48/Makefile.in
+++ b/icons/48x48/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
diff --git a/icons/Makefile.in b/icons/Makefile.in
index ad9eb4b8d..d5394b35a 100644
--- a/icons/Makefile.in
+++ b/icons/Makefile.in
@@ -39,7 +39,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
diff --git a/icons/scalable/Makefile.in b/icons/scalable/Makefile.in
index 6b89ad827..cf53e4c33 100644
--- a/icons/scalable/Makefile.in
+++ b/icons/scalable/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