switch to using lib instead of *.o

This commit is contained in:
john30
2017-01-22 13:54:29 +01:00
parent 7bd55633c1
commit 87b30afcec
3 changed files with 9 additions and 3 deletions
+1 -3
View File
@@ -1,5 +1,4 @@
AM_CXXFLAGS = -Wno-unused-parameter \
-Wconversion
AM_CXXFLAGS = -Wconversion -Wno-unused-parameter
noinst_LIBRARIES = libebus.a
@@ -19,7 +18,6 @@ libebus_a_SOURCES = result.cpp \
if CONTRIB
SUBDIRS = contrib
libebus_a_LIBADD = contrib/*.o
endif
distclean-local: