/make/edam-mk

To get this branch, use:
bzr branch http://bzr.ed.am/make/edam-mk

« back to all changes in this revision

Viewing changes to edam.mk

  • Committer: edam
  • Date: 2011-04-20 20:03:21 UTC
  • Revision ID: edam@waxworlds.org-20110420200321-svjfxj4tb3x933sw
- updated libraries added as dependencies of gphobos2

Show diffs side-by-side

added added

removed removed

174
174
LDFLAGS         := $(if $(LINKSTATIC),-static) $(LDFLAGS)
175
175
 
176
176
# add libraries for d
177
 
LIBRARIES       := $(LIBRARIES) $(if $(filter %.d, $(SOURCES)), gphobos2 pthread m)
 
177
LIBRARIES       := $(LIBRARIES) $(if $(filter %.d, $(SOURCES)), gphobos2 rt)
178
178
 
179
179
# build flags for libraries
180
180
LDPOSTFLAGS := $(addprefix -l,$(LIBRARIES)) $(LDPOSTFLAGS)