f-spot r3901 - in trunk: . src
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3901 - in trunk: . src
- Date: Sat, 10 May 2008 20:56:09 +0100 (BST)
Author: sdelcroix
Date: Sat May 10 19:56:09 2008
New Revision: 3901
URL: http://svn.gnome.org/viewvc/f-spot?rev=3901&view=rev
Log:
fixing Makefiles
Modified:
trunk/Makefile.am
trunk/src/Makefile.am
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Sat May 10 19:56:09 2008
@@ -88,7 +88,9 @@
install-data-hook:
$(UPDATE_DESKTOP)
- cp gio-sharp/gio/gio-sharp.dll gio-sharp/gio/gio-sharp.dll.config $(libdir)/f-spot/
+ if [ -f $(top_builddir)/gio-sharp/gio/gio-sharp.dll ]; then \
+ cp $(top_builddir)/gio-sharp/gio/gio-sharp.dll $(top_builddir)/gio-sharp/gio/gio-sharp.dll.config $(libdir)/f-spot/; \
+ fi
uninstall-hook:
$(UPDATE_DESKTOP)
Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Sat May 10 19:56:09 2008
@@ -400,6 +400,7 @@
$(CMS_CSDISTFILES) \
$(CORE_CSDISTFILES) \
$(QUERY_CSDISTFILES) \
+ $(JOBSCHEDULER_CSDISTFILES) \
$(F_SPOT_CSDISTFILES) \
$(F_SPOT_DISTRESOURCES) \
f-spot.exe.config.in \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]