Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > 95c7489ff6f919dd390c2f192e0dc712 > files > 2

mysql-workbench-5.2.33b-1.2.mga1.src.rpm

Index: ext/Makefile.am
===================================================================
--- ext/Makefile.am
+++ ext/Makefile.am	2011-04-08 09:59:25.833791080 -0300
@@ -1,10 +1,6 @@
 
-if BUILD_CTEMPLATE
-else
-ctemplate_dirs=ctemplate 
-endif
 
-SUBDIRS=scintilla/gtk vsqlite++ $(ctemplate_dirs)
+SUBDIRS=scintilla/gtk vsqlite++ 
 
 if BUNDLE_UTILITIES
 all-am:
Index: ext/Makefile.in
===================================================================
--- ext/Makefile.in
+++ ext/Makefile.in	2011-04-08 10:15:42.614484679 -0300
@@ -53,7 +53,8 @@
   distclean-recursive maintainer-clean-recursive
 ETAGS = etags
 CTAGS = ctags
-DIST_SUBDIRS = scintilla/gtk vsqlite++ ctemplate
+@BUILD_CTEMPLATE_FALSE@ctemplate_dirs = ctemplate 
+DIST_SUBDIRS = scintilla/gtk vsqlite++ $(ctemplate_dirs)
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 ACLOCAL = @ACLOCAL@
 AMTAR = @AMTAR@
@@ -216,7 +217,6 @@
 target_alias = @target_alias@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-@BUILD_CTEMPLATE_FALSE@ctemplate_dirs = ctemplate 
 SUBDIRS = scintilla/gtk vsqlite++ $(ctemplate_dirs)
 all: all-recursive