aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-25 08:33:18 +0100
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2018-01-25 08:33:18 +0100
commitea3c7189a49bf9e410123a869c25a203c52fe391 (patch)
tree34cb519a70a7c58e3e94a5f8f752bdbb43fcba9f
parentd1f6c0d7520ba8226c4d024f88767ad69440e0c8 (diff)
downloadembedlog-ea3c7189a49bf9e410123a869c25a203c52fe391.tar.gz
embedlog-ea3c7189a49bf9e410123a869c25a203c52fe391.tar.bz2
embedlog-ea3c7189a49bf9e410123a869c25a203c52fe391.zip
fix: add /usr/{include,lib} to search path
-rw-r--r--tst/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tst/Makefile.am b/tst/Makefile.am
index abb9d97..4f956f6 100644
--- a/tst/Makefile.am
+++ b/tst/Makefile.am
@@ -15,10 +15,12 @@ test_SOURCES += main.c \
test_CFLAGS = -I$(top_srcdir)/include \
-I$(top_srcdir)/src \
-I/usr/local/include \
+ -I/usr/include \
-O0 -g3 -ggdb \
$(COVERAGE_CFLAGS)
test_LDFLAGS = -L/usr/local/lib \
+ -L/usr/lib \
$(COVERAGE_LDFLAGS)
test_LDADD = -lrb