about summary refs log tree commit diff
path: root/converter/other/jpeg2000
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-02-20 02:49:16 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2013-02-20 02:49:16 +0000
commit7978eb4927aba6681ff912fe355e6e6bd84ef526 (patch)
tree6e17458a415f864a8a2e7953d5ae4819093c7e6c /converter/other/jpeg2000
parent67291597b49a9b5b8f26ad7cb58932b07573df3a (diff)
downloadnetpbm-mirror-7978eb4927aba6681ff912fe355e6e6bd84ef526.tar.gz
netpbm-mirror-7978eb4927aba6681ff912fe355e6e6bd84ef526.tar.xz
netpbm-mirror-7978eb4927aba6681ff912fe355e6e6bd84ef526.zip
Release 10.61.02
git-svn-id: http://svn.code.sf.net/p/netpbm/code/advanced@1851 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/jpeg2000')
-rw-r--r--converter/other/jpeg2000/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/jpeg2000/Makefile b/converter/other/jpeg2000/Makefile
index f4fee87f..f2e3b4a1 100644
--- a/converter/other/jpeg2000/Makefile
+++ b/converter/other/jpeg2000/Makefile
@@ -57,7 +57,7 @@ all: $(BINARIES)
 
 include $(SRCDIR)/common.mk
 
-LIBOPTS = $(shell $(LIBOPT) $(NETPBMLIB) $(JASPERLIB_USE))
+LIBOPTS = $(shell $(LIBOPT) $(JASPERLIB_USE) $(NETPBMLIB))
 
 $(BINARIES): %: %.o $(JASPERLIB_DEP) $(NETPBMLIB) $(LIBOPT)
 	$(LD) -o $@ $< \