Merge pull request #2271 from strk/2.3.x-helloworld-makefile

2.3.x helloworld makefile tweaks
This commit is contained in:
Dane Springmeyer 2014-06-13 08:34:59 -07:00
commit 911993512a

View file

@ -1,6 +1,6 @@
CXX = clang++
# To use clang, run: make CXX=clang++
CXXFLAGS = $(shell mapnik-config --cflags)
CXXFLAGS = $(shell mapnik-config --cflags) -fPIC
LIBS = $(shell mapnik-config --libs --ldflags --dep-libs)
@ -27,4 +27,4 @@ clean:
deploy : all
cp hello.input $(shell mapnik-config --input-plugins)
install: clean all deploy
install: all deploy