diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-02-09 11:17:18 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2011-02-09 11:17:18 +0000 |
commit | 005dbcec2baa097aa66e02ee9df15e3e521381d2 (patch) | |
tree | a78b1f367b2150878b80956c32d3899b42fbc239 /iemlib2/src/makefile_linux | |
parent | 8bdfe775e8c211fa7f0a56548878c68c7fce9891 (diff) |
added "-DHAVE_G_CANVAS_H"; unix-linebreaks for unix-makefiles
svn path=/trunk/externals/iemlib/; revision=14880
Diffstat (limited to 'iemlib2/src/makefile_linux')
-rw-r--r-- | iemlib2/src/makefile_linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iemlib2/src/makefile_linux b/iemlib2/src/makefile_linux index a806606..e7a28ee 100644 --- a/iemlib2/src/makefile_linux +++ b/iemlib2/src/makefile_linux @@ -9,7 +9,7 @@ LIB = -ldl -lm -lpthread #select either the DBG and OPT compiler flags below: -CFLAGS = -DPD -DUNIX -W -Werror -Wno-unused \ +CFLAGS = -DPD -DHAVE_G_CANVAS_H -DUNIX -W -Werror -Wno-unused \ -Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing \ -DDL_OPEN -fPIC |