X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=9a18e11d643364878484cbed3a2c21bbf9f1281d;hb=56242039f27dc5d36117b8d513731c7a9009d4b1;hp=ec3ec8f3df385d4c4fb974cc08de8b2fff028302;hpb=9a61860296f39594c2ae43b30f174281b7e5cb35;p=lib1wire.git diff --git a/src/Makefile.am b/src/Makefile.am index ec3ec8f..9a18e11 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,7 @@ lib_LTLIBRARIES = lib1wire.la lib1wire_la_SOURCES = \ Factory.cc Factory.hh \ W1Device.cc W1Device.hh \ - W1Store.cc W1Store.hh \ + Store.cc Store.hh \ W1TemperatureSensor.cc W1TemperatureSensor.hh \ W1CounterDevice.cc W1CounterDevice.hh \ W1Util.cc W1Util.hh \ @@ -25,6 +25,6 @@ lib1wireinclude_HEADERS = \ Factory.hh \ W1CounterDevice.hh \ W1Device.hh \ - W1Store.hh \ + Store.hh \ W1TemperatureSensor.hh \ W1Util.hh \ No newline at end of file