]> pilppa.org Git - lib1wire.git/blobdiff - src/Makefile.am
Started adding support for caches when reading data. Cache files for
[lib1wire.git] / src / Makefile.am
index f1fb5ca996bec9c5251522956fd870349e2ea609..9c6cb215c6cd06ad4c997d6783ea07270c2d15e3 100644 (file)
@@ -1,19 +1,34 @@
 lib_LTLIBRARIES = lib1wire.la
 lib1wire_la_SOURCES = \
+       Factory.cc Factory.hh \
        W1Device.cc W1Device.hh \
-       W1Scanner.cc W1Scanner.hh \
-       W1Store.cc W1Store.hh \
+       Store.cc Store.hh \
+       StoreDay.cc StoreDay.hh \
+       StoreCache.cc StoreCache.hh \
        W1TemperatureSensor.cc W1TemperatureSensor.hh \
-       W1CounterDevice.cc W1CounterDevice.hh
+       W1CounterDevice.cc W1CounterDevice.hh \
+       W1Util.cc W1Util.hh \
+       DeviceData.cc DeviceData.hh \
+       DeviceConfig.cc DeviceConfig.hh \
+       Data.cc Data.hh \
+       Date.cc Date.hh \
+       W1Configure.hh
 lib1wire_la_LDFLAGS = $(SRC_LIBS) $(all_libraries) -version-info 1:0:0 -no-undefined
-AM_CPPFLAGS = $(SRC_CFLAGS) -Iidl
+AM_CPPFLAGS = $(SRC_CFLAGS)
 
 DISTCLEANFILES = Makefile.in
 
 lib1wireincludedir=$(includedir)/w1
 lib1wireinclude_HEADERS = \
+       Data.hh \
+       Date.hh \
+       DeviceConfig.hh \
+       DeviceData.hh \
+       Factory.hh \
+       W1CounterDevice.hh \
        W1Device.hh \
-       W1Scanner.hh \
-       W1Store.hh \
+       Store.hh \
+       StoreDay.hh \
+       StoreCache.hh \
        W1TemperatureSensor.hh \
-       W1CounterDevice.hh
\ No newline at end of file
+       W1Util.hh
\ No newline at end of file