X-Git-Url: http://pilppa.org/gitweb/?p=lib1wire.git;a=blobdiff_plain;f=src%2FMakefile.am;fp=src%2FMakefile.am;h=a0712d517a66649bcb8b8cdb536784e93edb8659;hp=3ec5e9775ecf23650e30ba10f420a98ea407d2fa;hb=a7002b0a87c5f17b542dfbd44f482014a191df97;hpb=da203ad44792ca37320768f4cbe68587c4806910 diff --git a/src/Makefile.am b/src/Makefile.am index 3ec5e97..a0712d5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,21 +1,12 @@ -lib_LTLIBRARIES = lib1wire.la +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 \ - Store.cc Store.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 \ - W1Configure.hh + W1TemperatureSensor.cc W1TemperatureSensor.hh + lib1wire_la_LDFLAGS = $(SRC_LIBS) $(all_libraries) -version-info 1:0:0 -no-undefined AM_CPPFLAGS = $(SRC_CFLAGS) @@ -23,18 +14,7 @@ DISTCLEANFILES = Makefile.in lib1wireincludedir=$(includedir)/w1 lib1wireinclude_HEADERS = \ - Data.hh \ - DataReader.hh \ - Date.hh \ - Device.hh \ - DeviceConfig.hh \ - DeviceTypes.hh \ - SensorDevice.hh \ Factory.hh \ - Store.hh \ - StoreDay.hh \ - StoreCache.hh \ W1CounterDevice.hh \ W1Device.hh \ - W1TemperatureSensor.hh \ - W1Util.hh \ No newline at end of file + W1TemperatureSensor.hh \ No newline at end of file