Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kestner <mkestner@gmail.com>2008-11-20 02:24:52 +0300
committerMike Kestner <mkestner@gmail.com>2008-11-20 02:24:52 +0300
commit304062877b31fef568d4cf71202356b871d9d0c7 (patch)
tree58b0da15225ac5624cb9be2a559b67a6b362fe55 /main/Makefile.include
parent903d1942af8676b9ea5a065cdcdfec3d240d0541 (diff)
enable synching of the project refs to DEPS
svn path=/trunk/monodevelop/; revision=119392
Diffstat (limited to 'main/Makefile.include')
-rw-r--r--main/Makefile.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/Makefile.include b/main/Makefile.include
index 3fcb5c9f09..ebbc0b1d64 100644
--- a/main/Makefile.include
+++ b/main/Makefile.include
@@ -1,3 +1,4 @@
+build_deps = $(addprefix -r:, $(DEPS))
build_sources = $(addprefix $(srcdir)/, $(FILES)) $(GENERATED_FILES)
build_resources = $(addprefix $(srcdir)/, $(RES))
build_test_sources = $(addprefix $(srcdir)/, $(TESTFILES)) $(GENERATED_FILES)