]> pilppa.org Git - lib1wire.git/blobdiff - src/Makefile.am
fix build warnings
[lib1wire.git] / src / Makefile.am
index f1fb5ca996bec9c5251522956fd870349e2ea609..a0712d517a66649bcb8b8cdb536784e93edb8659 100644 (file)
@@ -1,19 +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 \
-       W1Store.cc W1Store.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 \
-       W1Store.hh \
-       W1TemperatureSensor.hh \
-       W1CounterDevice.hh
\ No newline at end of file
+       W1TemperatureSensor.hh
\ No newline at end of file