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.
16 lines
526 B
16 lines
526 B
INCLUDES = -I$(srcdir)/.. -I$(top_builddir)/kpdf $(all_includes) |
|
|
|
METASOURCES = AUTO |
|
|
|
libkpdfui_la_SOURCES = pagepainter.cpp pageview.cpp pageviewutils.cpp \ |
|
minibar.cpp thumbnaillist.cpp searchwidget.cpp \ |
|
toc.cpp propertiesdialog.cpp presentationwidget.cpp |
|
|
|
noinst_LTLIBRARIES = libkpdfui.la |
|
|
|
pageview.lo: ../conf/settings.h |
|
pageviewutils.lo: ../conf/settings.h |
|
presentationwidget.lo: ../conf/settings.h |
|
searchwidget.lo: ../conf/settings.h |
|
thumbnaillist.lo: ../conf/settings.h |
|
|
|
|