You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
573 B
34 lines
573 B
kde4_header() |
|
|
|
# let's enable the generators properly configured |
|
|
|
if(POPPLER_FOUND) |
|
add_subdirectory(poppler) |
|
endif(POPPLER_FOUND) |
|
if(QGS_FOUND) |
|
add_subdirectory(ghostview) |
|
endif(QGS_FOUND) |
|
add_subdirectory( fax ) |
|
add_subdirectory( kimgio ) |
|
if(CHM_FOUND) |
|
add_subdirectory( chm ) |
|
endif(CHM_FOUND) |
|
|
|
kde4_footer() |
|
|
|
#original Makefile.am contents follow: |
|
|
|
#if include_ghostscript |
|
#GSPLUGINDIR = ghostview |
|
#endif |
|
# |
|
#if include_chm |
|
#CHMPLUGINDIR = chm |
|
#endif |
|
# |
|
#if include_pdf |
|
#PDFPLUGINDIR = poppler |
|
#endif |
|
# |
|
#SUBDIRS = $(GSPLUGINDIR) poppler fax kimgio $(CHMPLUGINDIR) |
|
#
|
|
|