okular/core/Makefile.am
Albert Astals Cid 6987b83b6a a bit of porting area.h is giving me lots of problems
svn path=/branches/work/kde4/playground/graphics/okular/; revision=520829
2006-03-20 22:40:11 +00:00

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