[gegl] Fix Makefile installed to ~/.local/share/gegl-0.1/plug-ins



commit 962b2d0a4ed6485fbc6454c8afcd981f331dd424
Author: �yvind Kolås <pippin gimp org>
Date:   Tue Nov 24 22:44:32 2009 +0000

    Fix Makefile installed to ~/.local/share/gegl-0.1/plug-ins

 gegl/gegl-init.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gegl/gegl-init.c b/gegl/gegl-init.c
index 950f27a..de38328 100644
--- a/gegl/gegl-init.c
+++ b/gegl/gegl-init.c
@@ -651,7 +651,7 @@ static const gchar *makefile (void)
     "# add a dedicated target with the extra bits linked in.\n"
     "\n\n"
     "CFLAGS  += `pkg-config gegl --cflags`  -I. -fPIC\n"
-    /*"LDFLAGS += `pkg-config --libs` -shared\n"*/
+    "LDFLAGS += `pkg-config gegl --libs` -shared\n"
     "SHREXT=.so\n"
     "CFILES = $(wildcard ./*.c)\n"
     "SOBJS  = $(subst ./,,$(CFILES:.c=$(SHREXT)))\n"



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