[gegl] build: s/LDLAGS/LDFLAGS/
- From: Øyvind "pippin" Kolås <ok src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] build: s/LDLAGS/LDFLAGS/
- Date: Sat, 25 May 2019 15:30:36 +0000 (UTC)
commit 6ba1f3efaab9b1a1203ec450ce895f754e623376
Author: Øyvind Kolås <pippin gimp org>
Date: Sat May 25 17:22:28 2019 +0200
build: s/LDLAGS/LDFLAGS/
In operations/seamless-clone/Makefile.am an F seems to have gone missing,
hopefully this Makefile.am works for libtool, slibtool as well as on OpenBSD
fixing issue #89
operations/seamless-clone/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/operations/seamless-clone/Makefile.am b/operations/seamless-clone/Makefile.am
index 9abe6ff8e..c56443a8e 100644
--- a/operations/seamless-clone/Makefile.am
+++ b/operations/seamless-clone/Makefile.am
@@ -4,7 +4,7 @@ include $(top_srcdir)/operations/Makefile-common.am
# Seamless cloning operations #
###############################
-AM_LDFLAGS += $(P2TC_LDLAGS) $(P2TC_LIBS)
+AM_LDFLAGS += $(P2TC_LDFLAGS)
AM_CFLAGS += $(P2TC_CFLAGS) -I$(top_srcdir)/seamless-clone
LIBS = $(op_libs)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]