mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
56a491d542
svn path=/trunk/playground/graphics/oKular/kpdf/; revision=520369
14 lines
201 B
Makefile
14 lines
201 B
Makefile
if include_ghostscript
|
|
GSPLUGINDIR = ghostview
|
|
endif
|
|
|
|
if include_chm
|
|
CHMPLUGINDIR = chm
|
|
endif
|
|
|
|
if include_pdf
|
|
PDFPLUGINDIR = poppler
|
|
endif
|
|
|
|
SUBDIRS = $(GSPLUGINDIR) poppler fax kimgio $(CHMPLUGINDIR)
|
|
|