diff options
Diffstat (limited to 'converter/other/jbig/Makefile')
-rw-r--r-- | converter/other/jbig/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converter/other/jbig/Makefile b/converter/other/jbig/Makefile index 946cb732..c4d7e9d6 100644 --- a/converter/other/jbig/Makefile +++ b/converter/other/jbig/Makefile @@ -5,7 +5,7 @@ endif SUBDIR = converter/other/jbig VPATH=.:$(SRCDIR)/$(SUBDIR) -SUBDIRS = libjbig +SUBDIRS = include $(BUILDDIR)/config.mk @@ -35,6 +35,7 @@ SCRIPTS = ifeq ($(JBIGLIB),$(INTERNAL_JBIGLIB)) JBIGLIB_DEP = $(JBIGLIB) + SUBDIRS += libjbig else # It's not our internal version; user's on his own to make sure it's built endif |