summaryrefslogtreecommitdiffstats
path: root/automake
diff options
context:
space:
mode:
Diffstat (limited to 'automake')
-rw-r--r--automake/compile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/automake/compile.am b/automake/compile.am
index 52fde829ac..fb8015fb1b 100644
--- a/automake/compile.am
+++ b/automake/compile.am
@@ -66,14 +66,11 @@ CFLAGS_PROFILE_V=-pg
CXXFLAGS_PROFILE_V=-pg
LDFLAGS_PROFILE_V =
-# List of library paths without -L
-LD_PATHS= $(PROJECT_RELEASE)/lib
-
# ld flag for incomplete link
LDFLAGS_INCOMPLETE = -r
# ld flags for profiling, debugging
-LDFLAGS=$(LDFLAGS_PROFILE) $(LDFLAGS_DEBUG) $(LD_PATHS:%=-L %)
+LDFLAGS=$(LDFLAGS_PROFILE) $(LDFLAGS_DEBUG)
#
# Client compiler and support tools