Roy's Projects
/
dhcpcd-ui
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Handle scan results correctly.
[dhcpcd-ui]
/
src
/
libdhcpcd
/
Makefile.inc
1
CPPFLAGS+= -I../libdhcpcd
2
LDFLAGS+= -L../libdhcpcd
3
4
# We normally want to build in the static library
5
MKSTATIC?= yes
6
_LDADD_SH= case "${MKSTATIC}" in \
7
[Yy][Ee][Ss]) echo "-Wl,-Bstatic -ldhcpcd -Wl,-Bdynamic";; \
8
*) echo "-ldhcpcd";; \
9
esac
10
_LDADD!= ${_LDADD_SH}
11
LDADD+= ${_LDADD}$(shell ${_LDADD_SH})