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:
authorJeffrey Stedfast <jeff@xamarin.com>2011-09-12 22:54:32 +0400
committerJeffrey Stedfast <jeff@xamarin.com>2011-09-12 22:54:32 +0400
commit0c7c28c03751c5996246525889e8e84ec4a69ca5 (patch)
tree608102c1728d74c7765ed6788eb68c2e2426d6d0 /main/src/core/MonoDevelop.Startup
parentc36dcbd52b925ba0766a6506cddcb1497c0a436e (diff)
Fixed the build
Diffstat (limited to 'main/src/core/MonoDevelop.Startup')
-rw-r--r--main/src/core/MonoDevelop.Startup/Makefile.am11
1 files changed, 1 insertions, 10 deletions
diff --git a/main/src/core/MonoDevelop.Startup/Makefile.am b/main/src/core/MonoDevelop.Startup/Makefile.am
index 85f54958d2..945268740a 100644
--- a/main/src/core/MonoDevelop.Startup/Makefile.am
+++ b/main/src/core/MonoDevelop.Startup/Makefile.am
@@ -5,14 +5,6 @@ FILES = \
AssemblyInfo.cs \
MonoDevelop.Startup/MonoDevelopMain.cs
-RES = \
- branding/AboutImage.png \
- branding/AboutImageSep.png \
- branding/BrandingData.xml \
- branding/SplashScreen.png \
- branding/WelcomePage_Logo.png \
- branding/WelcomePage_TopBorderRepeat.png
-
all: $(ASSEMBLY) $(ASSEMBLY).mdb $(ASSEMBLY).config
DEPS = \
@@ -39,7 +31,6 @@ assembly_DATA = $(ASSEMBLY) $(ASSEMBLY).mdb $(ASSEMBLY).config $(ASSEMBLY).addin
CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb
-EXTRA_DIST = $(FILES) $(RES) app.config MonoDevelop.exe.addins
+EXTRA_DIST = $(FILES) app.config MonoDevelop.exe.addins
include $(top_srcdir)/Makefile.include
-