f-spot r3905 - trunk
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3905 - trunk
- Date: Mon, 12 May 2008 09:40:11 +0100 (BST)
Author: sdelcroix
Date: Mon May 12 08:40:11 2008
New Revision: 3905
URL: http://svn.gnome.org/viewvc/f-spot?rev=3905&view=rev
Log:
fixing Makefile.am
Modified:
trunk/Makefile.am
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Mon May 12 08:40:11 2008
@@ -1,8 +1,8 @@
SUBDIRS = \
+ $(subdirs) \
$(DIR_DBUS) \
$(DIR_DBUS_GLIB)\
$(DIR_SEMWEB) \
- $(DIR_GIO) \
docs \
glitz-sharp \
gnome-keyring-sharp \
@@ -19,9 +19,9 @@
extensions
DIST_SUBDIRS = \
+ $(subdirs) \
dbus-sharp \
dbus-sharp-glib \
- gio-sharp \
docs \
glitz-sharp \
gnome-keyring-sharp \
@@ -88,9 +88,13 @@
install-data-hook:
$(UPDATE_DESKTOP)
- 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/; \
+ if [ $(DIR_GIO) != "" ] ; then \
+ $(install_sh_DATA) $(top_builddir)/gio-sharp/gio/gio-sharp.dll $(libdir)/f-spot/; \
+ $(install_sh_DATA) $(top_builddir)/gio-sharp/gio/gio-sharp.dll.config $(libdir)/f-spot/; \
fi
uninstall-hook:
$(UPDATE_DESKTOP)
+ if [ "$(DIR_GIO)" != "" ] ; then \
+ rm -f $(libdir)/f-spot/gio-sharp.dll $(libdir)/f-spot/gio-sharp.dll.config; \
+ fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]