gegl r2123 - in trunk: . operations/affine operations/external operations/workshop/external
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2123 - in trunk: . operations/affine operations/external operations/workshop/external
- Date: Tue, 26 Feb 2008 16:05:30 +0000 (GMT)
Author: ok
Date: Tue Feb 26 16:05:30 2008
New Revision: 2123
URL: http://svn.gnome.org/viewvc/gegl?rev=2123&view=rev
Log:
Applied patch from Deji Akingunola that avoids using $(ext_dir)
in some of the Makefile.am's which caused DESTDIR to be expanded
twice. closed bug #518869.
* operations/affine/Makefile.am:
* operations/external/Makefile.am:
* operations/workshop/external/Makefile.am:
Modified:
trunk/ChangeLog
trunk/operations/affine/Makefile.am
trunk/operations/external/Makefile.am
trunk/operations/workshop/external/Makefile.am
Modified: trunk/operations/affine/Makefile.am
==============================================================================
--- trunk/operations/affine/Makefile.am (original)
+++ trunk/operations/affine/Makefile.am Tue Feb 26 16:05:30 2008
@@ -1,6 +1,6 @@
include $(top_srcdir)/operations/Makefile-common.am
-affine_ladir = $(ext_dir)
+affine_ladir = $(libdir)/gegl- GEGL_API_VERSION@
affine_la_LTLIBRARIES = affine.la
Modified: trunk/operations/external/Makefile.am
==============================================================================
--- trunk/operations/external/Makefile.am (original)
+++ trunk/operations/external/Makefile.am Tue Feb 26 16:05:30 2008
@@ -69,5 +69,5 @@
endif
endif
-opdir = $(ext_dir)
+opdir = $(libdir)/gegl- GEGL_API_VERSION@
op_LTLIBRARIES = $(ops)
Modified: trunk/operations/workshop/external/Makefile.am
==============================================================================
--- trunk/operations/workshop/external/Makefile.am (original)
+++ trunk/operations/workshop/external/Makefile.am Tue Feb 26 16:05:30 2008
@@ -34,5 +34,5 @@
gluas_la_CFLAGS = $(LUA_CFLAGS)
endif
-opdir = $(ext_dir)
+opdir = $(libdir)/gegl- GEGL_API_VERSION@
op_LTLIBRARIES = $(ops)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]