mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
4fd3493a03
svn path=/trunk/kdegraphics/kpdf/; revision=375674
16 lines
499 B
Makefile
16 lines
499 B
Makefile
INCLUDES = -I$(srcdir)/.. -I$(top_builddir)/kpdf $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
libkpdfui_la_SOURCES = pageview.cpp pageviewutils.cpp thumbnaillist.cpp \
|
|
toc.cpp searchwidget.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
|
|
|