[gegl-gtk] Fix another typo in Makefile.am changes



commit 0c73a3416f4b27de26febe59d5ecdfd911b3a28b
Author: Daniel Sabo <DanielSabo gmail com>
Date:   Tue Dec 3 10:22:08 2013 -0800

    Fix another typo in Makefile.am changes
    
    Op name should be gegl-gtkX-display not gegl-X-display.

 operations/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/operations/Makefile.am b/operations/Makefile.am
index b06b127..d25592f 100644
--- a/operations/Makefile.am
+++ b/operations/Makefile.am
@@ -7,8 +7,8 @@ AM_CPPFLAGS = -I. -I$(top_builddir) -I$(top_srcdir)/gegl-gtk -I$(srcdir)
 AM_CFLAGS = $(GTK_CFLAGS) $(GEGL_CFLAGS)
 AM_LDFLAGS = -avoid-version -export-dynamic -module
 
-gegl_ GEGL_GTK_GTK_VERSION@_display_la_SOURCES = gegl-gtk-display.c
-ops += gegl- GEGL_GTK_GTK_VERSION@-display.la
+gegl_gtk GEGL_GTK_GTK_VERSION@_display_la_SOURCES = gegl-gtk-display.c
+ops += gegl-gtk GEGL_GTK_GTK_VERSION@-display.la
 
 opdir = $(GEGL_PLUGINS_DIR)
 op_LTLIBRARIES = $(ops)


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