[longomatch/redesign3] Don't copy the dll config file to the bin folder
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/redesign3] Don't copy the dll config file to the bin folder
- Date: Tue, 16 Aug 2011 18:35:41 +0000 (UTC)
commit 3c42d2b13bc0cc66982eb49fa1cefb0da70cc83d
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Aug 16 20:07:53 2011 +0200
Don't copy the dll config file to the bin folder
build/build.rules.mk | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/build/build.rules.mk b/build/build.rules.mk
index 8ff3194..6f41e39 100644
--- a/build/build.rules.mk
+++ b/build/build.rules.mk
@@ -15,8 +15,6 @@ THEME_ICONS_RELATIVE = $(subst $(srcdir)/ThemeIcons/, , $(THEME_ICONS_SOURCE))
ASSEMBLY_EXTENSION = $(strip $(patsubst library, dll, $(TARGET)))
ASSEMBLY_FILE = $(top_builddir)/bin/$(ASSEMBLY).$(ASSEMBLY_EXTENSION)
-DLLCONFIG_FILE = $(top_builddir)/bin/$(DLLCONFIG)
-
INSTALL_DIR_RESOLVED = $(firstword $(subst , $(DEFAULT_INSTALL_DIR), $(INSTALL_DIR)))
if ENABLE_TESTS
@@ -30,7 +28,7 @@ DEP_LINK = $(shell echo "$(LINK)" | $(UNIQUE_FILTER_PIPE) | sed s,-r:,,g | grep
OUTPUT_FILES = \
$(ASSEMBLY_FILE) \
$(ASSEMBLY_FILE).mdb \
- $(DLLCONFIG_FILE)
+ $(DLLCONFIG)
moduledir = $(INSTALL_DIR_RESOLVED)
module_SCRIPTS = $(OUTPUT_FILES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]