summaryrefslogtreecommitdiffstats
path: root/src/xml_to_data/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-05-01 12:25:28 +0200
committerSlávek Banko <slavek.banko@axis.cz>2016-05-01 12:25:41 +0200
commitbde536dd378bd00f5ef7e66ec9d9284719728d1d (patch)
treedb15556f12834118db91ae353d7661f28463c92c /src/xml_to_data/Makefile.am
parentf256aed8c9534e829dc1d6f7ab8dfe66aed92668 (diff)
downloadpiklab-bde536dd378bd00f5ef7e66ec9d9284719728d1d.tar.gz
piklab-bde536dd378bd00f5ef7e66ec9d9284719728d1d.zip
Fix build out-of-source
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9f4064c1e558a946ea30ab93bd132745abe80a39)
Diffstat (limited to 'src/xml_to_data/Makefile.am')
-rw-r--r--src/xml_to_data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml_to_data/Makefile.am b/src/xml_to_data/Makefile.am
index 66985ca..5b8ba1c 100644
--- a/src/xml_to_data/Makefile.am
+++ b/src/xml_to_data/Makefile.am
@@ -3,5 +3,5 @@ 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_SOURCES = xml_to_data.cpp device_xml_to_data.cpp
libxmltodata_la_LIBADD = $(LIB_QT)