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.
16 lines
373 B
16 lines
373 B
15 years ago
|
INCLUDES = -I$(srcdir)/xpdf -I$(srcdir)/xpdf/goo -I$(top_builddir)/kpdf $(all_includes) $(FREETYPE_CFLAGS)
|
||
|
|
||
|
METASOURCES = AUTO
|
||
|
|
||
|
bin_PROGRAMS = kpdf
|
||
|
|
||
|
kpdf_SOURCES = main.cpp shell.cpp
|
||
|
kpdf_LDFLAGS = $(KDE_RPATH) $(all_libraries)
|
||
|
kpdf_LDADD = $(LIB_KPARTS)
|
||
|
|
||
|
EXTRA_DIST = kpdf.desktop
|
||
|
xdg_apps_DATA = kpdf.desktop
|
||
|
|
||
|
shellrcdir = $(kde_datadir)/kpdf
|
||
|
shellrc_DATA = shell.rc
|