switch to using lib instead of *.o
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user