|
@@ -1,18 +1,18 @@
|
|
|
Index: Makefile.in
|
|
Index: Makefile.in
|
|
|
---- Makefile.in.orig 2007-09-10 17:26:26 +0200
|
|
|
|
|
-+++ Makefile.in 2007-09-11 07:50:32 +0200
|
|
|
|
|
-@@ -206,7 +206,7 @@
|
|
|
|
|
|
|
+--- Makefile.in.orig 2008-10-14 17:52:18 +0200
|
|
|
|
|
++++ Makefile.in 2008-10-26 19:30:20 +0100
|
|
|
|
|
+@@ -210,7 +210,7 @@
|
|
|
# other stuff here
|
|
# other stuff here
|
|
|
EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
|
|
EXTRA_DIST = autogen.sh sigc++config.h.in libsigc++-2.0.spec.in
|
|
|
# ACLOCAL_FLAGS = -I scripts
|
|
# ACLOCAL_FLAGS = -I scripts
|
|
|
--SUBDIRS = sigc++ tests docs examples scripts MSVC_Net2003
|
|
|
|
|
|
|
+-SUBDIRS = sigc++ tests docs examples scripts MSVC_Net2005 MSVC_Net2008
|
|
|
+SUBDIRS = sigc++
|
|
+SUBDIRS = sigc++
|
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
DIST_SUBDIRS = $(SUBDIRS)
|
|
|
sigc_configdir = $(libdir)/sigc++-2.0/include
|
|
sigc_configdir = $(libdir)/sigc++-2.0/include
|
|
|
sigc_config_DATA = sigc++config.h
|
|
sigc_config_DATA = sigc++config.h
|
|
|
Index: sigc++-2.0.pc.in
|
|
Index: sigc++-2.0.pc.in
|
|
|
---- sigc++-2.0.pc.in.orig 2007-08-13 13:17:42 +0200
|
|
|
|
|
-+++ sigc++-2.0.pc.in 2007-09-11 07:50:32 +0200
|
|
|
|
|
|
|
+--- sigc++-2.0.pc.in.orig 2008-02-26 20:44:35 +0100
|
|
|
|
|
++++ sigc++-2.0.pc.in 2008-10-26 19:29:59 +0100
|
|
|
@@ -6,5 +6,5 @@
|
|
@@ -6,5 +6,5 @@
|
|
|
Name: libsigc++ 2
|
|
Name: libsigc++ 2
|
|
|
Description: Typesafe signal and callback system for C++
|
|
Description: Typesafe signal and callback system for C++
|
|
@@ -22,9 +22,9 @@ Index: sigc++-2.0.pc.in
|
|
|
+Libs: -L${libdir} -lsigc
|
|
+Libs: -L${libdir} -lsigc
|
|
|
+Cflags: -I${includedir}/sigc++
|
|
+Cflags: -I${includedir}/sigc++
|
|
|
Index: sigc++/Makefile.in
|
|
Index: sigc++/Makefile.in
|
|
|
---- sigc++/Makefile.in.orig 2007-09-10 17:26:25 +0200
|
|
|
|
|
-+++ sigc++/Makefile.in 2007-09-11 07:57:46 +0200
|
|
|
|
|
-@@ -263,7 +263,7 @@
|
|
|
|
|
|
|
+--- sigc++/Makefile.in.orig 2008-10-14 17:52:18 +0200
|
|
|
|
|
++++ sigc++/Makefile.in 2008-10-26 19:29:59 +0100
|
|
|
|
|
+@@ -267,7 +267,7 @@
|
|
|
@PLATFORM_WIN32_TRUE@win32_dlls_ldflags = -no-undefined -Wl,--export-all-symbols
|
|
@PLATFORM_WIN32_TRUE@win32_dlls_ldflags = -no-undefined -Wl,--export-all-symbols
|
|
|
|
|
|
|
|
# build the library
|
|
# build the library
|
|
@@ -33,7 +33,7 @@ Index: sigc++/Makefile.in
|
|
|
libsigc_2_0_la_SOURCES = signal.cc signal_base.cc trackable.cc connection.cc \
|
|
libsigc_2_0_la_SOURCES = signal.cc signal_base.cc trackable.cc connection.cc \
|
|
|
functors/slot.cc functors/slot_base.cc \
|
|
functors/slot.cc functors/slot_base.cc \
|
|
|
adaptors/lambda/lambda.cc
|
|
adaptors/lambda/lambda.cc
|
|
|
-@@ -341,7 +341,7 @@
|
|
|
|
|
|
|
+@@ -345,7 +345,7 @@
|
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
|
echo "rm -f \"$${dir}/so_locations\""; \
|
|
|
rm -f "$${dir}/so_locations"; \
|
|
rm -f "$${dir}/so_locations"; \
|
|
|
done
|
|
done
|