X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=b815100f86732d42300ba088fe183f6fd441d777;hb=a825b61a8faebeca8b8550c57ac197f67bc110f1;hp=bb4dbc0895c7ee17b3f7b63b3f3ba560930f61f9;hpb=02410339261f276bc277f7a39ab5bed727932a41;p=libplp.git diff --git a/src/Makefile.am b/src/Makefile.am index bb4dbc0..b815100 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,12 +1,41 @@ lib_LTLIBRARIES = libplp.la libplp_la_SOURCES = \ - plp_errcode.h \ + config.c config.h \ + Data.hh Data.cc \ + DataReader.hh DataReader.cc \ + Date.hh Date.cc \ + Device.hh Device.cc \ + DeviceData.hh DeviceData.cc \ + DeviceConfig.hh DeviceConfig.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 + log_config.c \ + 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 = \ - plp_errcode.h \ - log.h + config.h \ + log.h \ + retval.h \ + str_util.h \ + Data.hh \ + DataReader.hh \ + Date.hh \ + Device.hh \ + DeviceData.hh \ + DeviceConfig.hh \ + DeviceTypes.hh \ + FileUtil.hh \ + SensorDevice.hh \ + Store.hh \ + StoreDay.hh \ + StoreCache.hh +