X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=ec3ec8f3df385d4c4fb974cc08de8b2fff028302;hb=8c97cbb9b5f8997fe9ab3917fcbea66d74b45837;hp=67a7a4b5df7eb6c6769785fc5fac7638c85b6a32;hpb=6c332c9dfe49d7fe08478946decce32a8f577ef4;p=lib1wire.git diff --git a/src/Makefile.am b/src/Makefile.am index 67a7a4b..ec3ec8f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,12 +2,11 @@ lib_LTLIBRARIES = lib1wire.la lib1wire_la_SOURCES = \ Factory.cc Factory.hh \ W1Device.cc W1Device.hh \ - W1Scanner.cc W1Scanner.hh \ W1Store.cc W1Store.hh \ W1TemperatureSensor.cc W1TemperatureSensor.hh \ W1CounterDevice.cc W1CounterDevice.hh \ W1Util.cc W1Util.hh \ - W1DataList.cc W1DataList.hh \ + DeviceData.cc DeviceData.hh \ DeviceConfig.cc DeviceConfig.hh \ Data.cc Data.hh \ Date.cc Date.hh \ @@ -19,9 +18,13 @@ 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 \ W1TemperatureSensor.hh \ - Date.hh \ - W1CounterDevice.hh \ No newline at end of file + W1Util.hh \ No newline at end of file