include $(top_srcdir)/lib/kross/Makefile.global noinst_PROGRAMS = krosstest krosstest_SOURCES = testobject.cpp testaction.cpp testplugin.cpp testwindow.cpp main.cpp krosstest_LDADD = \ $(LIB_QT) \ $(LIB_TDECORE) \ $(LIB_TDEUI) \ ../api/libkrossapi.la \ ../main/libkrossmain.la INCLUDES = $(KROSS_INCLUDES) $(all_includes) krosstest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor SUBDIRS = . METASOURCES = AUTO