add PIC loader
This commit is contained in:
@@ -2,7 +2,8 @@ AM_CXXFLAGS = -I$(top_srcdir)/src \
|
||||
-isystem$(top_srcdir)
|
||||
|
||||
bin_PROGRAMS = ebusctl \
|
||||
ebusfeed
|
||||
ebusfeed \
|
||||
ebuspicloader
|
||||
|
||||
ebusctl_SOURCES = ebusctl.cpp
|
||||
ebusctl_LDADD = ../lib/utils/libutils.a
|
||||
@@ -11,6 +12,8 @@ ebusfeed_SOURCES = ebusfeed.cpp
|
||||
ebusfeed_LDADD = ../lib/utils/libutils.a \
|
||||
../lib/ebus/libebus.a
|
||||
|
||||
ebuspicloader_SOURCES = ebuspicloader.cpp
|
||||
|
||||
if CONTRIB
|
||||
ebusfeed_LDADD += ../lib/ebus/contrib/libebuscontrib.a
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user