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.
17 lines
445 B
17 lines
445 B
SUBDIRS = . |
|
|
|
INCLUDES = -I$(srcdir)/.. -I$(top_builddir)/kpdf $(all_includes) |
|
|
|
METASOURCES = AUTO |
|
|
|
libkpdfcore_la_SOURCES = chooseenginedialog.ui area.cpp textpage.cpp page.cpp document.cpp link.cpp annotations.cpp \ |
|
pagetransition.cpp |
|
libkpdfcore_la_LIBADD = -lkio |
|
|
|
kde_servicetypes_DATA = \ |
|
oKularGenerator.desktop |
|
|
|
noinst_LTLIBRARIES = libkpdfcore.la |
|
|
|
document.lo: ../conf/settings.h |
|
page.lo: ../conf/settings.h
|
|
|