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
+4
View File
@@ -11,6 +11,10 @@ ebusfeed_SOURCES = ebusfeed.cpp
ebusfeed_LDADD = ../lib/utils/libutils.a \
../lib/ebus/libebus.a
if CONTRIB
ebusfeed_LDADD += ../lib/ebus/contrib/libebuscontrib.a
endif
distclean-local:
-rm -f Makefile.in
-rm -rf .libs