From f508189682b6fba62e08feeb1596f682bad5fff9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 24 Feb 2010 18:42:24 +0000 Subject: Added KDE3 version of PikLab git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/piklab@1095639 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/xml_to_data/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/xml_to_data/Makefile.am (limited to 'src/xml_to_data/Makefile.am') diff --git a/src/xml_to_data/Makefile.am b/src/xml_to_data/Makefile.am new file mode 100644 index 0000000..66985ca --- /dev/null +++ b/src/xml_to_data/Makefile.am @@ -0,0 +1,7 @@ +INCLUDES = -I$(top_srcdir)/src $(all_includes) +METASOURCES = AUTO + +libxmltodata_la_LDFLAGS = $(all_libraries) +noinst_LTLIBRARIES = libxmltodata.la +libxmltodata_la_SOURCES = xml_to_data.cpp xml_to_data.cpp device_xml_to_data.cpp +libxmltodata_la_LIBADD = $(LIB_QT) -- cgit v1.2.3