X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=183b03bd68abdeacce5d6f60badf3aa055fb6f7e;hb=063ec715601bf9662797725cb39732bea0572d26;hp=9697c8bacc2f1939a1e2090873fdabcbf2eb29aa;hpb=c2adfd4e17d4fb0c1c16d3bcf96dbd6ccb798753;p=libplp.git diff --git a/src/Makefile.am b/src/Makefile.am index 9697c8b..183b03b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,14 +1,41 @@ lib_LTLIBRARIES = libplp.la libplp_la_SOURCES = \ - retval.h \ + config.c config.h \ + Data.hh Data.cc \ + DataReader.hh DataReader.cc \ + Date.hh Date.cc \ + Device.hh Device.cc \ + DeviceConfig.hh DeviceConfig.cc \ + DeviceData.hh DeviceData.cc \ + DeviceTypes.hh \ + FileUtil.cc FileUtil.hh \ + SensorDevice.hh \ + Store.cc Store.hh \ + StoreDay.cc StoreDay.hh \ + StoreCache.cc StoreCache.hh \ log.h \ log_config.c \ - config.c config.h + str_util.c str_util.h \ + retval.h libplp_la_LDFLAGS = $(SRC_LIBS) $(all_libraries) -version-info 1:0:0 -no-undefined AM_CPPFLAGS = $(SRC_CFLAGS) DISTCLEANFILES = Makefile.in libplpincludedir=$(includedir)/plp libplpinclude_HEADERS = \ - retval.h \ + config.h \ log.h \ - config.h + retval.h \ + str_util.h \ + Data.hh \ + DataReader.hh \ + Date.hh \ + Device.hh \ + DeviceConfig.hh \ + DeviceData.hh \ + DeviceTypes.hh \ + FileUtil.hh \ + SensorDevice.hh \ + Store.hh \ + StoreDay.hh \ + StoreCache.hh +