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:
authorLluis Sanchez <lluis@novell.com>2007-12-04 13:49:22 +0300
committerLluis Sanchez <lluis@novell.com>2007-12-04 13:49:22 +0300
commit0aa95ab0ad2750a62ca248d0154b9b9f80f11de8 (patch)
tree1de0d12270990af00b94d77e7a54eac89bc36122 /main/Makefile.include
parent7195f4926b21b46ad8e4ce1976603ffc63b49729 (diff)
Directory reorganization
svn path=/branches/monodevelop/reorg/; revision=90637
Diffstat (limited to 'main/Makefile.include')
-rw-r--r--main/Makefile.include4
1 files changed, 4 insertions, 0 deletions
diff --git a/main/Makefile.include b/main/Makefile.include
new file mode 100644
index 0000000000..c2b369a673
--- /dev/null
+++ b/main/Makefile.include
@@ -0,0 +1,4 @@
+build_sources = $(addprefix $(srcdir)/, $(FILES)) $(GENERATED_FILES)
+build_resources = $(addprefix $(srcdir)/, $(RES))
+build_test_sources = $(addprefix $(srcdir)/, $(TESTFILES)) $(GENERATED_FILES)
+