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.
20 lines
718 B
20 lines
718 B
SUBDIRS = xpdf . |
|
|
|
kde_module_LTLIBRARIES = \ |
|
libokularGenerator_xpdf.la |
|
|
|
INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/xpdf -I$(srcdir)/xpdf/goo -I$(srcdir)/xpdf/splash -I$(top_builddir)/kpdf $(all_includes) |
|
|
|
libokularGenerator_xpdf_la_LIBADD = $(top_builddir)/kpdf/core/libkpdfcore.la $(top_builddir)/kpdf/conf/libkpdfconf.la \ |
|
$(top_builddir)/kpdf/generators/xpdf/xpdf/xpdf/libxpdf.la \ |
|
$(LIB_KDEPRINT) $(LIB_KDEUI) |
|
libokularGenerator_xpdf_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) |
|
libokularGenerator_xpdf_la_SOURCES = generator_pdf.cpp gp_outputdev.cpp |
|
|
|
KDE_OPTIONS = nofinal |
|
|
|
METASOURCES = AUTO |
|
|
|
kde_services_DATA = libokularGenerator_xpdf.desktop |
|
|
|
generator_pdf.lo: ../../conf/settings.h
|
|
|