You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
piklab/src/xml_to_data/Makefile.am

8 lines
248 B

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 device_xml_to_data.cpp
libxmltodata_la_LIBADD = $(LIB_TQT)