gegl r3013 - in trunk: . operations/workshop/external
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r3013 - in trunk: . operations/workshop/external
- Date: Fri, 10 Apr 2009 11:00:07 +0000 (UTC)
Author: martinn
Date: Fri Apr 10 11:00:07 2009
New Revision: 3013
URL: http://svn.gnome.org/viewvc/gegl?rev=3013&view=rev
Log:
workshop: Fix compilation
Include BABL_CFLAGS and specify _SOURCES explicitly.
Modified:
trunk/ChangeLog
trunk/operations/workshop/external/Makefile.am
Modified: trunk/operations/workshop/external/Makefile.am
==============================================================================
--- trunk/operations/workshop/external/Makefile.am (original)
+++ trunk/operations/workshop/external/Makefile.am Fri Apr 10 11:00:07 2009
@@ -5,15 +5,17 @@
ops =
if HAVE_CAIRO
+line_profile_la_SOURCES = line-profile.c
line_profile_la_LIBADD = $(op_libs) $(CAIRO_LIBS) $(PANGO_LIBS)
-line_profile_la_CFLAGS = $(CAIRO_CFLAGS) $(PANGO_CFLAGS)
+line_profile_la_CFLAGS = $(CAIRO_CFLAGS) $(PANGO_CFLAGS) $(BABL_CFLAGS)
ops += line_profile.la
endif
if HAVE_GTK
ops += gtk_display.la
+gtk_display_la_SOURCES = gtk-display.c
gtk_display_la_LIBADD = $(op_libs) $(GTK_LIBS)
-gtk_display_la_CFLAGS = $(GTK_CFLAGS)
+gtk_display_la_CFLAGS = $(GTK_CFLAGS) $(BABL_CFLAGS)
endif
if HAVE_AVFORMAT
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]