X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=58153f888e1ecb5137339a7c6b0efa87e63d83c6;hb=860d8c023b82eeca9833d4a3f534c6d11a9523f3;hp=183b03bd68abdeacce5d6f60badf3aa055fb6f7e;hpb=063ec715601bf9662797725cb39732bea0572d26;p=libplp.git diff --git a/src/Makefile.am b/src/Makefile.am index 183b03b..58153f8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,11 +2,12 @@ lib_LTLIBRARIES = libplp.la libplp_la_SOURCES = \ config.c config.h \ Data.hh Data.cc \ + DataSummary.hh DataSummary.cc \ DataReader.hh DataReader.cc \ Date.hh Date.cc \ Device.hh Device.cc \ - DeviceConfig.hh DeviceConfig.cc \ DeviceData.hh DeviceData.cc \ + DeviceConfig.hh DeviceConfig.cc \ DeviceTypes.hh \ FileUtil.cc FileUtil.hh \ SensorDevice.hh \ @@ -16,7 +17,8 @@ libplp_la_SOURCES = \ log.h \ log_config.c \ str_util.c str_util.h \ - retval.h + retval.h \ + private/uci_config.c private/uci_config.h libplp_la_LDFLAGS = $(SRC_LIBS) $(all_libraries) -version-info 1:0:0 -no-undefined AM_CPPFLAGS = $(SRC_CFLAGS) DISTCLEANFILES = Makefile.in @@ -27,11 +29,12 @@ libplpinclude_HEADERS = \ retval.h \ str_util.h \ Data.hh \ + DataSummary.hh \ DataReader.hh \ Date.hh \ Device.hh \ - DeviceConfig.hh \ DeviceData.hh \ + DeviceConfig.hh \ DeviceTypes.hh \ FileUtil.hh \ SensorDevice.hh \