[podsleuth] [build] link the PodSleuth.dll.config file to tests/



commit 5526dfde2bd063eaa2ef47d2985afc9babfd27dc
Author: Aaron Bockover <abockover novell com>
Date:   Thu Oct 1 14:51:12 2009 -0400

    [build] link the PodSleuth.dll.config file to tests/

 tests/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 64475df..5375967 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -27,7 +27,8 @@ $(DEVICE_DUMP_ASM): $(DEVICE_DUMP_SRC)
 	$(MCS) -out:$@ -r:$(notdir $(REF)) $<
 
 link-ref:
-	@ln -sf $(REF) $(notdir $(REF))
+	ln -sf $(REF) .
+	ln -sf $(REF).config .
 
 EXTRA_DIST = \
 	$(SERIAL_SRC) \
@@ -37,6 +38,7 @@ EXTRA_DIST = \
 
 CLEANFILES = \
 	$(notdir $(REF)) \
+	$(notdir $(REF)).config \
 	$(SERIAL_ASM){,.mdb} \
 	$(PLIST_ASM){,.mdb} \
 	$(PLIST_DUMP_ASM){,.mdb} \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]