diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:38 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-17 23:20:38 +0900 |
commit | 98ccfb855bfd53a3b29d0925844f2d7c938e50b8 (patch) | |
tree | 1c5060f9bd836cd4bc5840bdbe4835744dc15266 /src/xml_to_data | |
parent | c4335be435fce8a04ab0a8c98833f9af00e6deb2 (diff) | |
download | piklab-98ccfb85.tar.gz piklab-98ccfb85.zip |
LIB_QT -> LIB_TQT conversion to align to updated admin module
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/xml_to_data')
-rw-r--r-- | src/xml_to_data/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml_to_data/Makefile.am b/src/xml_to_data/Makefile.am index 5b8ba1c..29bc32c 100644 --- a/src/xml_to_data/Makefile.am +++ b/src/xml_to_data/Makefile.am @@ -4,4 +4,4 @@ METASOURCES = AUTO libxmltodata_la_LDFLAGS = $(all_libraries) noinst_LTLIBRARIES = libxmltodata.la libxmltodata_la_SOURCES = xml_to_data.cpp device_xml_to_data.cpp -libxmltodata_la_LIBADD = $(LIB_QT) +libxmltodata_la_LIBADD = $(LIB_TQT) |