dia r4185 - in trunk: . plug-ins/xslt
- From: hans svn gnome org
- To: svn-commits-list gnome org
- Subject: dia r4185 - in trunk: . plug-ins/xslt
- Date: Fri, 9 Jan 2009 23:29:59 +0000 (UTC)
Author: hans
Date: Fri Jan 9 23:29:59 2009
New Revision: 4185
URL: http://svn.gnome.org/viewvc/dia?rev=4185&view=rev
Log:
2009-01-09 Hans Breuer <hans breuer org>
* plug-ins/xslt/Makefile.am : if !HAVE_XSLT prevent installation
bug #566842
Modified:
trunk/ChangeLog
trunk/plug-ins/xslt/Makefile.am
Modified: trunk/plug-ins/xslt/Makefile.am
==============================================================================
--- trunk/plug-ins/xslt/Makefile.am (original)
+++ trunk/plug-ins/xslt/Makefile.am Fri Jan 9 23:29:59 2009
@@ -26,3 +26,9 @@
libxslt_filter_la_LIBADD = $(XSLT_LIBS)
INCLUDES = -I$(top_srcdir)/intl -I$(srcdir)/../../lib $(GTK_CFLAGS) $(GNOME_CFLAGS) $(PANGOFT2_CFLAGS) $(XML_CFLAGS) $(UNICODE_CFLAGS) $(DEBUG_FLAGS) $(XSLT_CFLAGS)
+
+if !HAVE_XSLT
+# Prevent installation
+install-pkglibLTLIBRARIES:
+ :
+endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]