plasma-framework/tests/Makefile.am
Aaron J. Seigo 3ce6b30e51 things builds, but the test is fubar'd until i figure out how to get the
.desktop files over to the builddir

svn path=/trunk/KDE/kdebase/workspace/plasma/lib/; revision=458312
2005-09-07 20:23:08 +00:00

12 lines
290 B
Makefile

INCLUDES = -I$(top_srcdir)/workspace/plasma/lib $(all_includes)
AM_LDFLAGS = $(QT_LDFLAGS) $(X_LDFLAGS) $(KDE_RPATH)
noinst_PROGRAMS = testAppletInfo
noinst_HEADERS = testAppletInfo.h
METASOURCES = AUTO
LDADD = ../libplasma.la -lQtTest_debug
testAppletInfo_SOURCES = testAppletInfo.cpp