summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCedric Gustin <cedric.gustin@swing.be>2004-12-08 08:33:58 +0000
committerCedric Gustin <gustin@src.gnome.org>2004-12-08 08:33:58 +0000
commit11ff76bfd78e613a587aadfb70b95d0db6783c1b (patch)
tree0030fe642e5b83f918d729a508d1b6b9f95e41d4
parente4d0735a59dd4f4b6ef0c716fd98bcfa4ac99f4f (diff)
downloadsigc++-11ff76bfd78e613a587aadfb70b95d0db6783c1b.tar.gz
get sigc++config.h from $(top_builddir) instead of $(top_srcdir).
2004-12-08 Cedric Gustin <cedric.gustin@swing.be> * MSVC_Net2003/Makefile.am: get sigc++config.h from $(top_builddir) instead of $(top_srcdir).
-rw-r--r--ChangeLog5
-rw-r--r--MSVC_Net2003/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4dc7787..427f181 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2004-12-08 Cedric Gustin <cedric.gustin@swing.be>
+ * MSVC_Net2003/Makefile.am: get sigc++config.h from $(top_builddir)
+ instead of $(top_srcdir).
+
+2004-12-08 Cedric Gustin <cedric.gustin@swing.be>
+
* MSVC_Net2003/*/*.vcproj: Renamed libsigc++ target to
sigc-2.0d.dll (Debug) and sigc-2.0.dll (Release). Added
$(SolutionDir) and $(SolutionDir)\.. to "Additional Include
diff --git a/MSVC_Net2003/Makefile.am b/MSVC_Net2003/Makefile.am
index dabc0cb..32f948e 100644
--- a/MSVC_Net2003/Makefile.am
+++ b/MSVC_Net2003/Makefile.am
@@ -25,5 +25,5 @@ EXTRA_DIST=libsigc++2_msvcNet2003.vcproj libsigc++2_msvcNet2003.sln \
tests/test_slot/test_slot.vcproj \
tests/test_trackable/test_trackable.vcproj
-sigc++config.h: $(top_srcdir)/sigc++config.h
+sigc++config.h: $(top_builddir)/sigc++config.h
cp -f $< $@