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.
18 lines
561 B
18 lines
561 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
|
|
|
|
pagepainter.lo: ../conf/settings.h
|
|
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
|
|
|