diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2006-09-23 22:11:37 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2006-09-23 22:11:37 +0000 |
commit | 828446fcb6e397de339f36ace9e84ac608c16c06 (patch) | |
tree | 016a54fcb06e4e57e78a429ae8e9e473db614ca9 /converter/other/jpeg2000/libjasper/Makefile | |
parent | 0b1d0f960b66463943492d1123e82fe550d36e8d (diff) | |
download | netpbm-mirror-828446fcb6e397de339f36ace9e84ac608c16c06.tar.gz netpbm-mirror-828446fcb6e397de339f36ace9e84ac608c16c06.tar.xz netpbm-mirror-828446fcb6e397de339f36ace9e84ac608c16c06.zip |
Fix build with separate build directory
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@67 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/jpeg2000/libjasper/Makefile')
-rw-r--r-- | converter/other/jpeg2000/libjasper/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/converter/other/jpeg2000/libjasper/Makefile b/converter/other/jpeg2000/libjasper/Makefile index 73d263ec..ad4fbd8f 100644 --- a/converter/other/jpeg2000/libjasper/Makefile +++ b/converter/other/jpeg2000/libjasper/Makefile @@ -8,6 +8,8 @@ VPATH=.:$(SRCDIR)/$(SUBDIR) include $(BUILDDIR)/Makefile.config SUBDIRS = base jp2 jpc +LIB_OBJECTS = +JASPERSRCDIR = $(SRCDIR)/$(SUBDIR) # NOTE: The library source code uses 64 bit types, so you cannot # build it (compile will fail) if you don't have 64 bit types defined |