X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=9c6cb215c6cd06ad4c997d6783ea07270c2d15e3;hb=af26b84b20b6d9d0e0ce690e8011a037e87dc5c8;hp=f1fb5ca996bec9c5251522956fd870349e2ea609;hpb=c7979a0225a21182f68d40374723a649d032908d;p=lib1wire.git diff --git a/src/Makefile.am b/src/Makefile.am index f1fb5ca..9c6cb21 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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