]> pilppa.org Git - lib1wire.git/blobdiff - src/Makefile.am
Api cleanups for device querying
[lib1wire.git] / src / Makefile.am
index 9a18e11d643364878484cbed3a2c21bbf9f1281d..3ec5e9775ecf23650e30ba10f420a98ea407d2fa 100644 (file)
@@ -1,15 +1,20 @@
 lib_LTLIBRARIES = lib1wire.la
 lib1wire_la_SOURCES = \
+       Data.cc Data.hh \
+       DataReader.cc DataReader.hh \
+       Date.cc Date.hh \
+       Device.hh \
+       DeviceConfig.cc DeviceConfig.hh \
+       DeviceTypes.hh \
+       SensorDevice.hh \
        Factory.cc Factory.hh \
-       W1Device.cc W1Device.hh \
        Store.cc Store.hh \
-       W1TemperatureSensor.cc W1TemperatureSensor.hh \
+       StoreDay.cc StoreDay.hh \
+       StoreCache.cc StoreCache.hh \
        W1CounterDevice.cc W1CounterDevice.hh \
+       W1Device.cc W1Device.hh \
+       W1TemperatureSensor.cc W1TemperatureSensor.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)
@@ -19,12 +24,17 @@ DISTCLEANFILES = Makefile.in
 lib1wireincludedir=$(includedir)/w1
 lib1wireinclude_HEADERS = \
        Data.hh \
+       DataReader.hh \
        Date.hh \
+       Device.hh \
        DeviceConfig.hh \
-       DeviceData.hh \
+       DeviceTypes.hh \
+       SensorDevice.hh \
        Factory.hh \
+       Store.hh \
+       StoreDay.hh \
+       StoreCache.hh \
        W1CounterDevice.hh \
        W1Device.hh \
-       Store.hh \
        W1TemperatureSensor.hh \
        W1Util.hh
\ No newline at end of file