Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofl0r <retnyg@gmx.net>2012-01-27 22:28:00 +0400
committerrofl0r <retnyg@gmx.net>2012-01-27 22:28:00 +0400
commit2acdcd9707d3e00e562f0ac5be1f19305b4f5e99 (patch)
tree10fbb12ab21d8d9647c5b4b0ddc245ffcf0e920e /Makefile
parent3bb03892fa6f4a932a0774f2c47919397c66fa86 (diff)
pass install prefix to proxychains app, to find /etc
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0703782..6914ece 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ ALL_TOOLS = $(PXCHAINS)
-include config.mak
CFLAGS+=$(USER_CFLAGS)
-CFLAGS_MAIN=-DLIB_DIR=\"$(libdir)\"
+CFLAGS_MAIN=-DLIB_DIR=\"$(libdir)\" -DINSTALL_PREFIX=\"$(prefix)\"
all: $(ALL_LIBS) $(ALL_TOOLS)