~ubuntu-branches/ubuntu/wily/mongrel2/wily

« back to all changes in this revision

Viewing changes to tools/config_modules/Makefile

  • Committer: Package Import Robot
  • Author(s): Jan Niehusmann
  • Date: 2013-06-03 16:30:11 UTC
  • Revision ID: package-import@ubuntu.com-20130603163011-hysu6gxi3kdzen6l
Tags: 1.8.1-devel-20130603-1
Initial release (Closes: #590629)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
PREFIX?=/usr/local
2
 
CFLAGS=-I../../src $(OPTFLAGS) -fPIC -shared -nostartfiles -L../../build
3
 
LDFLAGS=$(OPTLIBS)
 
2
CFLAGS+=-idirafter ../../src $(OPTFLAGS) -fPIC -shared -nostartfiles -L../../build
 
3
LDFLAGS+=$(OPTLIBS)
4
4
 
5
5
MONGO_SRC = mongo-c-driver/src/bson.c \
6
6
            mongo-c-driver/src/encoding.c \