aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile.in')
-rw-r--r--contrib/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/Makefile.in b/contrib/Makefile.in
index ee9970f6..d42999f1 100644
--- a/contrib/Makefile.in
+++ b/contrib/Makefile.in
@@ -44,8 +44,9 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
44 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \ 44 $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
45 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ 45 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
46 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ 46 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
47 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ 47 $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
48 $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac 48 $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
49 $(top_srcdir)/configure.ac
49am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ 50am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50 $(ACLOCAL_M4) 51 $(ACLOCAL_M4)
51mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 52mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
@@ -144,6 +145,8 @@ EGREP = @EGREP@
144EXEEXT = @EXEEXT@ 145EXEEXT = @EXEEXT@
145FGREP = @FGREP@ 146FGREP = @FGREP@
146GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ 147GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
148GLADE_CFLAGS = @GLADE_CFLAGS@
149GLADE_LIBS = @GLADE_LIBS@
147GMSGFMT = @GMSGFMT@ 150GMSGFMT = @GMSGFMT@
148GMSGFMT_015 = @GMSGFMT_015@ 151GMSGFMT_015 = @GMSGFMT_015@
149GNUNETGTK_CFLAGS = @GNUNETGTK_CFLAGS@ 152GNUNETGTK_CFLAGS = @GNUNETGTK_CFLAGS@