aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0@n0.is <ng0@n0.is>2019-06-04 08:12:58 +0000
committerng0@n0.is <ng0@n0.is>2019-06-04 08:12:58 +0000
commit7386c25b22d1adcffbf561d56a1390042fbffa83 (patch)
tree5c8e0c1837389da9106a0808448030bd9020b1c9
parent75b0a8ba88d9ba09f9ea00edb5ca60427356036b (diff)
downloadlibmicrohttpd-gsoc2019-7386c25b22d1adcffbf561d56a1390042fbffa83.tar.gz
libmicrohttpd-gsoc2019-7386c25b22d1adcffbf561d56a1390042fbffa83.zip
path fix.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index de6c77b..84290df 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
1PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/code/dev/prefix/lib/pkgconfig:$HOME/opt/lib/pkgconfig 1PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig:$HOME/code/dev/prefix/lib/pkgconfig:$HOME/opt/lib/pkgconfig
2CFLAGS= `pkg-config --cflags libmicrohttpd` 2CFLAGS= `pkg-config --cflags libmicrohttpd`
3LDFLAGS= `pkg-config --libs libmicrohttpd` -Wl,-R/home/ng0/opt/lib -Wl,-R/home/ng0/dev/prefix/lib 3LDFLAGS= `pkg-config --libs libmicrohttpd` -Wl,-R/usr/local/lib -Wl,-R/home/ng0/opt/lib -Wl,-R/home/ng0/dev/prefix/lib
4 4
5all: inc trg response_generation_sendfile 5all: inc trg response_generation_sendfile
6 6