[f-spot] Convert RetroactiveRoll to autotools.



commit 8bf7dd4bb54fade697c3b4544fc934981b6aaa1b
Author: Ruben Vermeersch <ruben savanne be>
Date:   Tue May 11 21:48:46 2010 +0200

    Convert RetroactiveRoll to autotools.

 configure.ac                                 |    1 +
 extensions/Tools/RetroactiveRoll/Makefile    |   31 --------------------------
 extensions/Tools/RetroactiveRoll/Makefile.am |   20 ++++++++++++++++
 3 files changed, 21 insertions(+), 31 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3e84328..b90d0c7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -409,6 +409,7 @@ extensions/Tools/HashJob/Makefile
 extensions/Tools/DevelopInUFraw/Makefile
 extensions/Tools/LiveWebGallery/Makefile
 extensions/Tools/MergeDb/Makefile
+extensions/Tools/RetroactiveRoll/Makefile
 extensions/Tools/ScreensaverConfig/Makefile
 extensions/Transitions/Makefile
 extensions/Transitions/CoverTransition/Makefile
diff --git a/extensions/Tools/RetroactiveRoll/Makefile.am b/extensions/Tools/RetroactiveRoll/Makefile.am
new file mode 100644
index 0000000..0ddb099
--- /dev/null
+++ b/extensions/Tools/RetroactiveRoll/Makefile.am
@@ -0,0 +1,20 @@
+addin = RetroactiveRoll
+
+addin_manifest = $(addin).addin.xml
+
+addin_sources =				\
+	$(addin).cs
+
+addin_resources =			\
+	$(addin_manifest)
+
+addin_references =			\
+	Mono.Posix 				\
+	Mono.Data.SqliteClient
+
+addin_packages =			\
+	gtk-sharp-2.0
+
+addin_extradist =
+
+include $(top_srcdir)/Makefile.addins



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