diff options
| author | Bob Jamison <ishmalius@gmail.com> | 2007-04-20 16:28:08 +0000 |
|---|---|---|
| committer | ishmal <ishmal@users.sourceforge.net> | 2007-04-20 16:28:08 +0000 |
| commit | 86e60002c7e8ae94798e6f9bbe1de53398f823db (patch) | |
| tree | a7dbf8c24aaaeac028fffad22c3007be12e47a22 /build.xml | |
| parent | grid: make grid names translatable. use different gridtype names in SVG that ... (diff) | |
| download | inkscape-86e60002c7e8ae94798e6f9bbe1de53398f823db.tar.gz inkscape-86e60002c7e8ae94798e6f9bbe1de53398f823db.zip | |
Fixed path in include file checks.
(bzr r2937)
Diffstat (limited to 'build.xml')
| -rw-r--r-- | build.xml | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -125,6 +125,13 @@ #define RENDER_WITH_PANGO_CAIRO 1 #define HAVE_GTK_WINDOW_FULLSCREEN 1 + + /* internal interpreter */ + #define WITH_PYTHON 1 + + /* shared whiteboard */ + #define WITH_INKBOARD 1 + #define HAVE_SSL 1 #endif /* _CONFIG_H_ */ </makefile> @@ -237,7 +244,6 @@ -DXP_WIN <!-- for JS --> -D_INTL_REDIRECT_INLINE -DRELAYTOOL_SSL="static const int libssl_is_present=1; static int __attribute__((unused)) libssl_symbol_is_present(char *s){ return 1; }" <!-- inkboard --> - -DWITH_INKBOARD -DHAVE_SSL <!-- inkboard --> </defines> <includes> -I${gtk}/include @@ -388,7 +394,7 @@ <flags> </flags> <fileset dir="${build}"> - < include name="inkviewres.o"/ > + <include name="inkviewres.o"/> <include name="obj/inkview.o"/> <include name="libinkscape.a"/> </fileset> |
