]> pilppa.org Git - libplp.git/blob - src/Makefile.am
w1 independent file 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         DataReader.hh DataReader.cc \
6         Date.hh Date.cc \
7         Device.hh Device.cc \
8         DeviceConfig.hh DeviceConfig.cc \
9         DeviceData.hh DeviceData.cc \
10         DeviceTypes.hh \
11         FileUtil.cc FileUtil.hh \
12         SensorDevice.hh \
13         Store.cc Store.hh \
14         StoreDay.cc StoreDay.hh \
15         StoreCache.cc StoreCache.hh \
16         log.h \
17         log_config.c \
18         str_util.c str_util.h \
19         retval.h
20 libplp_la_LDFLAGS = $(SRC_LIBS) $(all_libraries) -version-info 1:0:0 -no-undefined
21 AM_CPPFLAGS = $(SRC_CFLAGS)
22 DISTCLEANFILES = Makefile.in
23 libplpincludedir=$(includedir)/plp
24 libplpinclude_HEADERS =   \
25         config.h \
26         log.h \
27         retval.h \
28         str_util.h \
29         Data.hh \
30         DataReader.hh \
31         Date.hh \
32         Device.hh \
33         DeviceConfig.hh \
34         DeviceData.hh \
35         DeviceTypes.hh \
36         FileUtil.hh \
37         SensorDevice.hh \
38         Store.hh \
39         StoreDay.hh \
40         StoreCache.hh
41