]> pilppa.org Git - libplp.git/blob - src/Makefile.am
api fixes and cleanups
[libplp.git] / src / Makefile.am
1 lib_LTLIBRARIES = libplp.la
2 libplp_la_SOURCES = \
3         config.c config.h \
4         Data.hh Data.cc \
5         DataSummary.hh DataSummary.cc \
6         DataReader.hh DataReader.cc \
7         Date.hh Date.cc \
8         Device.hh Device.cc \
9         DeviceData.hh DeviceData.cc \
10         DeviceConfig.hh DeviceConfig.cc \
11         DeviceTypes.hh \
12         FileUtil.cc FileUtil.hh \
13         SensorDevice.hh \
14         Store.cc Store.hh \
15         StoreDay.cc StoreDay.hh \
16         StoreCache.cc StoreCache.hh \
17         log.h \
18         log_config.c \
19         str_util.c str_util.h \
20         retval.h \
21         private/uci_config.c private/uci_config.h
22 libplp_la_LDFLAGS = $(SRC_LIBS) $(all_libraries) -version-info 1:0:0 -no-undefined
23 AM_CPPFLAGS = $(SRC_CFLAGS)
24 DISTCLEANFILES = Makefile.in
25 libplpincludedir=$(includedir)/plp
26 libplpinclude_HEADERS =   \
27         config.h \
28         log.h \
29         retval.h \
30         str_util.h \
31         Data.hh \
32         DataSummary.hh \
33         DataReader.hh \
34         Date.hh \
35         Device.hh \
36         DeviceData.hh \
37         DeviceConfig.hh \
38         DeviceTypes.hh \
39         FileUtil.hh \
40         SensorDevice.hh \
41         Store.hh \
42         StoreDay.hh \
43         StoreCache.hh
44