Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-10-19 09:10:38 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-10-19 09:10:38 (GMT)
commitfa1745c6111b509eb7e74c4591bf4f3a6990c8d3 (patch)
tree29035c480b8c0ebc12b8b5377990cb8a3cdfd5de /Makefile.in
parent3ad472598ed4c130b3ee8357279d2a73a9f0ae80 (diff)
Imported Upstream version 0.82.11upstream/0.82.11upstream
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 58e75ce..b5bd741 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -37,8 +37,9 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
config.guess config.sub depcomp install-sh ltmain.sh missing \
py-compile
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
- $(top_srcdir)/m4/python.m4 $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-compiler-flags.m4 \
+ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/python.m4 \
+ $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@@ -178,6 +179,7 @@ SHELL = @SHELL@
STRIP = @STRIP@
USE_NLS = @USE_NLS@
VERSION = @VERSION@
+WARN_CFLAGS = @WARN_CFLAGS@
XGETTEXT = @XGETTEXT@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@