-This line, and those below, will be ignored--
[openjpeg.git] / mj2 / Makefile.nix
index 574d5e245e4fdf1fb9e8b341822b4d413064435b..4a76c59a80d9d05b96dcf9d82a03ab5992f063cd 100644 (file)
@@ -1,4 +1,4 @@
-#jpwl Makefile
+#mj2 Makefile.nix
 include ../config.nix
 
 CFLAGS = -Wall
@@ -7,11 +7,6 @@ INSTALL_BIN = $(prefix)/bin
 USERLIBS = -lm
 INCLUDE = -I.. -I. -I../libopenjpeg
 
-ifeq ($(WITH_JPWL),yes)
-USERLIBS += ../jpwl/libopenjpeg_JPWL.a
-#CFLAGS += -DUSE_JPWL
-endif
-
 ifeq ($(WITH_LCMS2),yes)
 INCLUDE += $(LCMS2_INCLUDE)
 USERLIBS += $(LCMS2_LIB)