switch to using lib instead of *.o

This commit is contained in:
john30
2017-01-22 14:11:15 +01:00
parent caa8fa6ca4
commit 1003912132
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ AM_CXXFLAGS = -Wno-unused-parameter \
noinst_PROGRAMS = test_contrib
test_contrib_SOURCES = test_tem.cpp
test_contrib_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
test_contrib_LDADD = ../../libebus.a ../libebuscontrib.a
distclean-local:
-rm -f Makefile.in