]> www.vanbest.org Git - sasc-ng.git/commitdiff
fix Makefile to use Make.global
authorleslie <unknown>
Sun, 29 Apr 2012 16:50:52 +0000 (18:50 +0200)
committerleslie <unknown>
Sun, 29 Apr 2012 16:50:52 +0000 (18:50 +0200)
Makefile

index e92af9da0d836fcff96a9dd32886f7651156e937..1a5714ed4d029a1d6b3191320e310699d70b10a2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ TMPDIR = /tmp
 ### The C++ compiler and options:
 
 CXX      ?= g++
-CXXFLAGS ?= -O2 -g -fPIC -Wall -Woverloaded-virtual
+CXXFLAGS ?= -O2 -g -Wall -Woverloaded-virtual
 
 ### Includes and Defines
 
@@ -62,6 +62,7 @@ SHAREDLIBS    =
 
 ### Allow user defined options to overwrite defaults:
 
+include $(VDRDIR)/Make.global
 -include $(VDRDIR)/Make.config
 -include Make.config