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.
14 lines
471 B
14 lines
471 B
SUBDIRS = generator_pdf generator_kimgio
|
|
|
|
INCLUDES = -I$(srcdir)/generator_pdf -I$(srcdir)/.. -I$(srcdir)/../xpdf -I$(srcdir)/../xpdf/goo -I$(top_builddir)/kpdf $(all_includes)
|
|
|
|
METASOURCES = AUTO
|
|
|
|
libkpdfcore_la_LIBADD = ./generator_pdf/libgeneratorpdf.la ./generator_kimgio/libgeneratorkimgio.la
|
|
libkpdfcore_la_SOURCES = document.cpp link.cpp page.cpp pagetransition.cpp
|
|
|
|
noinst_LTLIBRARIES = libkpdfcore.la
|
|
|
|
document.lo: ../conf/settings.h
|
|
page.lo: ../conf/settings.h
|