xcode : changed to native architecture build by default
[openjpeg.git] / mj2 / Makefile.am
index fbf5c9deb445e53ed088813417513967a2a6df3f..b5495387f967fcf14235854197ee425c94738c10 100644 (file)
@@ -1,13 +1,8 @@
-COMPILERFLAGS = -Wall
+COMPILERFLAGS = -Wall -static
 
 USERLIBS =
 INCLUDES = -I.. -I. -I../libopenjpeg
 
-if with_libjpwl
-USERLIBS += -L../jpwl -lopenjpeg_JPWL
-COMPILERFLAGS += -DUSE_JPWL
-endif
-
 if with_liblcms2
 INCLUDES += @lcms2includes@
 USERLIBS += @lcms2libs@