diff options
Diffstat (limited to 'lib/koproperty/test/Makefile.am')
-rw-r--r-- | lib/koproperty/test/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/koproperty/test/Makefile.am b/lib/koproperty/test/Makefile.am new file mode 100644 index 00000000..2bcf7993 --- /dev/null +++ b/lib/koproperty/test/Makefile.am @@ -0,0 +1,17 @@ +noinst_HEADERS = test.h + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO + +noinst_PROGRAMS = propertytest + +propertytest_SOURCES = main.cpp test.cpp +propertytest_LDFLAGS = $(all_libraries) $(KDE_RPATH) +propertytest_LDADD = $(LIB_KOPROPERTY) + +# this is where the shell's XML-GUI resource file goes +#shellrcdir = $(kde_datadir)/test +#shellrc_DATA = testui.rc + +INCLUDES= $(KOPROPERTY_INCLUDES) $(KOFFICE_INCLUDES) $(all_includes) + |