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
|
noinst_PROGRAMS = test_contrib
|
||||||
|
|
||||||
test_contrib_SOURCES = test_tem.cpp
|
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:
|
distclean-local:
|
||||||
-rm -f Makefile.in
|
-rm -f Makefile.in
|
||||||
|
|||||||
@@ -21,6 +21,12 @@ test_data_LDADD = ../libebus.a
|
|||||||
test_message_SOURCES = test_message.cpp
|
test_message_SOURCES = test_message.cpp
|
||||||
test_message_LDADD = ../libebus.a
|
test_message_LDADD = ../libebus.a
|
||||||
|
|
||||||
|
if CONTRIB
|
||||||
|
test_device_LDADD += ../contrib/libebuscontrib.a
|
||||||
|
test_data_LDADD += ../contrib/libebuscontrib.a
|
||||||
|
test_message_LDADD += ../contrib/libebuscontrib.a
|
||||||
|
endif
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
-rm -f Makefile.in
|
-rm -f Makefile.in
|
||||||
-rm -rf .libs
|
-rm -rf .libs
|
||||||
|
|||||||
Reference in New Issue
Block a user