[glade3/glade-3-8] small build fix
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3/glade-3-8] small build fix
- Date: Mon, 20 Dec 2010 02:37:52 +0000 (UTC)
commit d2b6edef65fefd93a5f67c9c3defa00f651a2602
Author: Benjamin Otte <otte redhat com>
Date: Mon Dec 20 03:36:13 2010 +0100
small build fix
A clean checkout could fail to find the lib when run with make -j
gladeui/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gladeui/Makefile.am b/gladeui/Makefile.am
index f861aae..5220078 100644
--- a/gladeui/Makefile.am
+++ b/gladeui/Makefile.am
@@ -17,7 +17,7 @@ glade_previewer_CFLAGS = \
glade_previewer_LDFLAGS = $(AM_LDFLAGS)
-glade_previewer_LDADD = $(top_builddir)/gladeui/libgladeui-1.la $(IGE_MAC_LIBS)
+glade_previewer_LDADD = libgladeui-1.la $(IGE_MAC_LIBS)
glade_previewer_SOURCES = \
glade-previewer.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]