file struturce changed.

This commit is contained in:
Roland Jax
2014-11-06 16:08:11 +01:00
parent 727bf600da
commit 793c64d922
56 changed files with 67 additions and 67 deletions
-17
View File
@@ -1,17 +0,0 @@
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