gegl r2131 - in trunk: . operations



Author: ok
Date: Wed Feb 27 11:44:36 2008
New Revision: 2131
URL: http://svn.gnome.org/viewvc/gegl?rev=2131&view=rev

Log:
* operations/Makefile-common.am: link plug-ins to glib on platforms
other than win32 as well. (babl is only linked in only on win32)


Modified:
   trunk/ChangeLog
   trunk/operations/Makefile-common.am

Modified: trunk/operations/Makefile-common.am
==============================================================================
--- trunk/operations/Makefile-common.am	(original)
+++ trunk/operations/Makefile-common.am	Wed Feb 27 11:44:36 2008
@@ -1,9 +1,9 @@
 if OS_WIN32
 no_undefined = -no-undefined
-libgegl = $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la @DEP_LIBS@ @BABL_LIBS@
+libgegl = $(top_builddir)/gegl/libgegl-$(GEGL_API_VERSION).la @BABL_LIBS@
 endif
 
-op_libs = $(libgegl)
+op_libs = @DEP_LIBS@ $(libgegl)
 
 GEGLHEADERS     = $(wildcard $(top_srcdir)/gegl/*.h)\
                   $(wildcard $(top_srcdir)/gegl/buffer/*.h)



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