mirror of
https://invent.kde.org/graphics/okular
synced 2024-11-05 18:34:53 +00:00
6987b83b6a
svn path=/branches/work/kde4/playground/graphics/okular/; revision=520829
17 lines
473 B
Makefile
17 lines
473 B
Makefile
SUBDIRS = .
|
|
|
|
INCLUDES = -I.. -I$(builddir)/../conf $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
liboKularcore_la_SOURCES = chooseenginedialog.ui generator.cpp area.cpp textpage.cpp page.cpp document.cpp link.cpp annotations.cpp \
|
|
pagetransition.cpp
|
|
liboKularcore_la_LIBADD = $(KDE_LDFLAGS) $(LIB_KIO)
|
|
|
|
kde_servicetypes_DATA = \
|
|
oKularGenerator.desktop
|
|
|
|
noinst_LTLIBRARIES = liboKularcore.la
|
|
|
|
document.lo: ../conf/settings.h
|
|
page.lo: ../conf/settings.h
|