switch to using lib instead of *.o
This commit is contained in:
@@ -26,6 +26,10 @@ ebusd_LDADD = ../lib/utils/libutils.a \
|
|||||||
-lpthread \
|
-lpthread \
|
||||||
@EXTRA_LIBS@
|
@EXTRA_LIBS@
|
||||||
|
|
||||||
|
if CONTRIB
|
||||||
|
ebusd_LDADD += ../lib/ebus/contrib/libebuscontrib.a
|
||||||
|
endif
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
-rm -f Makefile.in
|
-rm -f Makefile.in
|
||||||
-rm -rf .libs
|
-rm -rf .libs
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
AM_CXXFLAGS = -Wno-unused-parameter \
|
AM_CXXFLAGS = -Wconversion -Wno-unused-parameter
|
||||||
-Wconversion
|
|
||||||
|
|
||||||
noinst_LIBRARIES = libebus.a
|
noinst_LIBRARIES = libebus.a
|
||||||
|
|
||||||
@@ -19,7 +18,6 @@ libebus_a_SOURCES = result.cpp \
|
|||||||
|
|
||||||
if CONTRIB
|
if CONTRIB
|
||||||
SUBDIRS = contrib
|
SUBDIRS = contrib
|
||||||
libebus_a_LIBADD = contrib/*.o
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
|
|||||||
@@ -11,6 +11,10 @@ ebusfeed_SOURCES = ebusfeed.cpp
|
|||||||
ebusfeed_LDADD = ../lib/utils/libutils.a \
|
ebusfeed_LDADD = ../lib/utils/libutils.a \
|
||||||
../lib/ebus/libebus.a
|
../lib/ebus/libebus.a
|
||||||
|
|
||||||
|
if CONTRIB
|
||||||
|
ebusfeed_LDADD += ../lib/ebus/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