[f-spot] previous commit was reauiring a .config file
- From: Stephane Delcroix <sdelcroix src gnome org>
- To: svn-commits-list gnome org
- Subject: [f-spot] previous commit was reauiring a .config file
- Date: Sat, 6 Jun 2009 03:28:16 -0400 (EDT)
commit 719f1d91676413bc5af2bcd23a03353f3affadb8
Author: Stephane Delcroix <stephane delcroix org>
Date: Sat Jun 6 09:24:52 2009 +0200
previous commit was reauiring a .config file
---
configure.ac | 1 +
src/FSpot.Widgets.dll.config.in | 6 ++++++
src/Makefile.am | 3 +++
3 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index d181662..40cda97 100644
--- a/configure.ac
+++ b/configure.ac
@@ -323,6 +323,7 @@ src/Core/Defines.cs
src/AssemblyInfo.cs
src/f-spot.exe.config
src/Cms.dll.config
+src/FSpot.Widgets.dll.config
src/Makefile
GKeyFile/Makefile
glitz-sharp/Makefile
diff --git a/src/FSpot.Widgets.dll.config.in b/src/FSpot.Widgets.dll.config.in
new file mode 100644
index 0000000..5e5b589
--- /dev/null
+++ b/src/FSpot.Widgets.dll.config.in
@@ -0,0 +1,6 @@
+<configuration>
+ <dllmap dll="libgobject-2.0-0.dll" target="libgobject-2.0.so.0"/>
+ <dllmap dll="libfspot" target="@expanded_libdir@/f-spot/libfspot.so.0"/>
+ <dllmap dll="libfspoteog" target="@expanded_libdir@/f-spot/libfspoteog.so.0"/>
+ <dllmap dll="libfspotjpeg" target="@expanded_libdir@/f-spot/libfspotjpg.so.0"/>
+</configuration>
diff --git a/src/Makefile.am b/src/Makefile.am
index de06032..88a97c8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -412,6 +412,7 @@ fspotlib_DATA = f-spot.exe.config \
FSpot.JobScheduler.dll.mdb \
FSpot.Widgets.dll \
FSpot.Widgets.dll.mdb \
+ FSpot.Widgets.dll.config\
FSpot.Platform.dll \
FSpot.Platform.dll.mdb
@@ -488,6 +489,7 @@ EXTRA_DIST = \
f-spot.exe.config.in \
f-spot.in \
FSpot.Utils.dll.config \
+ FSpot.Widgets.dll.config.in \
Cms.dll.config.in
CLEANFILES = \
@@ -507,6 +509,7 @@ CLEANFILES = \
FSpot.JobScheduler.dll.mdb \
FSpot.Widgets.dll \
FSpot.Widgets.dll.mdb \
+ FSpot.Widgets.dll.config \
FSpot.Platform.dll \
FSpot.Platform.dll.mdb \
Cms.dll.config
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]