X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=src%2FMakefile.am;h=a0712d517a66649bcb8b8cdb536784e93edb8659;hb=e3fdbdfff2fc5e4ca6bc42e71ba8265c0e5c3719;hp=a243760e7a9cdb9332669d9e781e2ab08919d384;hpb=a38a5f6dd1192dd32d01008d53897443359faf6b;p=lib1wire.git diff --git a/src/Makefile.am b/src/Makefile.am index a243760..a0712d5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,17 +1,20 @@ -lib_LTLIBRARIES = lib1wire.la +lib_LTLIBRARIES = \ + lib1wire.la + lib1wire_la_SOURCES = \ + Factory.cc Factory.hh \ + W1CounterDevice.cc W1CounterDevice.hh \ W1Device.cc W1Device.hh \ - W1Scanner.cc W1Scanner.hh \ - W1TemperatureSensor.cc W1TemperatureSensor.hh \ - W1CounterDevice.cc W1CounterDevice.hh + W1TemperatureSensor.cc W1TemperatureSensor.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 = \ + Factory.hh \ + W1CounterDevice.hh \ W1Device.hh \ - W1Scanner.hh \ - W1TemperatureSensor.hh \ - W1CounterDevice.hh \ No newline at end of file + W1TemperatureSensor.hh \ No newline at end of file