libebus project merged into ebusd project.

This commit is contained in:
Roland Jax
2014-10-27 22:28:22 +01:00
parent 809f674ea7
commit 0827c62f3f
60 changed files with 4872 additions and 49 deletions
+17
View File
@@ -0,0 +1,17 @@
AM_CXXFLAGS = -fpic \
-Wall \
-Wextra \
-I$(top_srcdir)/src/libcore \
-I$(top_srcdir)/src/libebus
bin_PROGRAMS = ebusctl
ebusctl_SOURCES = ebusctl.cpp
ebusctl_LDADD = $(top_srcdir)/src/libcore/libcore.a \
$(top_srcdir)/src/libebus/libebus.a
distclean-local:
-rm -f Makefile.in
-rm -rf .libs