projects
/
qemu-gpiodev
/
libgpiod.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dc5ac9
)
build: tools: use absolute path in LDADD
author
Bartosz Golaszewski
<bartekgola@gmail.com>
Thu, 26 Oct 2017 12:12:51 +0000
(14:12 +0200)
committer
Bartosz Golaszewski
<bartekgola@gmail.com>
Thu, 26 Oct 2017 12:12:51 +0000
(14:12 +0200)
Specify the path to libgpiod starting from the top project directory.
Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
src/tools/Makefile.am
patch
|
blob
|
history
diff --git
a/src/tools/Makefile.am
b/src/tools/Makefile.am
index 77955485ee6a2d494ab3a635bd681a0b4696adb0..41043e21d574207c8695c305b2eb2eb1f5a1cd28 100644
(file)
--- a/
src/tools/Makefile.am
+++ b/
src/tools/Makefile.am
@@
-14,7
+14,7
@@
libtools_common_la_SOURCES = \
tools-common.c \
tools-common.h
-LDADD = libtools-common.la
..
/lib/libgpiod.la
+LDADD = libtools-common.la
$(top_builddir)/src
/lib/libgpiod.la
bin_PROGRAMS = gpiodetect gpioinfo gpioget gpioset gpiomon gpiofind