remove no longer maintained ebusfeed (closes #1111)
This commit is contained in:
@@ -12,10 +12,4 @@ add_executable(ebuspicloader ${ebuspicloader_SOURCES})
|
||||
target_link_libraries(ebusctl utils ebus ${ebusctl_LIBS})
|
||||
target_link_libraries(ebuspicloader utils ${ebuspicloader_LIBS})
|
||||
|
||||
if(WITH_EBUSFEED)
|
||||
set(ebusfeed_SOURCES ebusfeed.cpp)
|
||||
add_executable(ebusfeed ${ebusfeed_SOURCES})
|
||||
target_link_libraries(ebusfeed utils ebus ${ebusfeed_LIBS})
|
||||
endif(WITH_EBUSFEED)
|
||||
|
||||
install(TARGETS ebusctl ebuspicloader EXPORT ebusd DESTINATION usr/bin)
|
||||
|
||||
@@ -11,13 +11,6 @@ ebusctl_LDADD = ../lib/utils/libutils.a
|
||||
ebuspicloader_SOURCES = ebuspicloader.cpp intelhex/intelhexclass.cpp
|
||||
ebuspicloader_LDADD = ../lib/utils/libutils.a
|
||||
|
||||
if WITH_EBUSFEED
|
||||
bin_PROGRAMS += ebusfeed
|
||||
ebusfeed_SOURCES = ebusfeed.cpp
|
||||
ebusfeed_LDADD = ../lib/utils/libutils.a \
|
||||
../lib/ebus/libebus.a
|
||||
endif
|
||||
|
||||
distclean-local:
|
||||
-rm -f Makefile.in
|
||||
-rm -rf .libs
|
||||
|
||||
Reference in New Issue
Block a user