use relative libs for dist, add missing files, add define for sysconfdir

This commit is contained in:
john30
2015-02-14 14:18:43 +01:00
parent 0e5e11e22b
commit 1e150844c3
4 changed files with 12 additions and 11 deletions
+1
View File
@@ -9,6 +9,7 @@ libebus_a_SOURCES = result.cpp \
result.h \
symbol.cpp \
symbol.h \
filereader.h \
data.cpp \
data.h \
device.cpp \
+4 -4
View File
@@ -9,16 +9,16 @@ noinst_PROGRAMS = test_device \
test_message
test_device_SOURCES = test_device.cpp
test_device_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
test_device_LDADD = ../libebus.a
test_symbol_SOURCES = test_symbol.cpp
test_symbol_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
test_symbol_LDADD = ../libebus.a
test_data_SOURCES = test_data.cpp
test_data_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
test_data_LDADD = ../libebus.a
test_message_SOURCES = test_message.cpp
test_message_LDADD = $(top_srcdir)/src/lib/ebus/libebus.a
test_message_LDADD = ../libebus.a
distclean-local:
-rm -f Makefile.in