blob: 97e8534109fbdd72006f1752fe51dd012e145f09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
diff -up mysql-workbench-gpl-5.2.43-src/ext/Makefile.am.ctemplate mysql-workbench-gpl-5.2.43-src/ext/Makefile.am
--- mysql-workbench-gpl-5.2.43-src/ext/Makefile.am.ctemplate 2012-09-13 18:12:53.000000000 +0200
+++ mysql-workbench-gpl-5.2.43-src/ext/Makefile.am 2012-09-13 18:13:54.635133978 +0200
@@ -1,13 +1,9 @@
-if BUILD_CTEMPLATE
-ctemplate_dirs=ctemplate
-endif
-
if BUILD_ANTLR_RUNTIME
antlr_dirs=antlr-runtime
endif
-SUBDIRS=scintilla/gtk vsqlite++ $(antlr_dirs) $(ctemplate_dirs)
+SUBDIRS=scintilla/gtk vsqlite++ $(antlr_dirs)
if BUNDLE_UTILITIES
all-am:
|