summaryrefslogtreecommitdiffstats
path: root/ksvg/test/external/Makefile.am
blob: 77f763acab201014ac66b6918a3a57699c88d172 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
INCLUDES = $(FREETYPE_CFLAGS) -I$(top_srcdir)/ksvg -I$(top_srcdir)/ksvg/dom -I$(top_srcdir)/ksvg/impl -I$(top_srcdir)/ksvg/ecma -I$(top_srcdir)/ksvg/core -I$(top_srcdir)/ksvg/impl/libs/libtext2path/src $(all_includes)
METASOURCES = AUTO
KDE_CXXFLAGS = $(USE_EXCEPTIONS)

bin_PROGRAMS = svgdisplay printnodetest

svgdisplay_SOURCES = SVGTestWidget.cc svgdisplay.cc
svgdisplay_LDADD =  $(LIB_KDECORE) ../../libksvg.la
svgdisplay_LDFLAGS = $(KDE_RPATH) $(all_libraries)

printnodetest_SOURCES = printnodetest.cpp
printnodetest_LDADD =  $(LIB_KDECORE) ../../libksvg.la
printnodetest_LDFLAGS = $(KDE_RPATH) $(all_libraries)