[glade3] small build fix
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glade3] small build fix
- Date: Mon, 20 Dec 2010 07:50:44 +0000 (UTC)
commit 7f617a650d61b2b14c54b626feacb6296a4d501a
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Mon Dec 20 16:54:29 2010 +0900
small build fix
A clean checkout could fail to find the lib when run with make -j
Conflicts:
gladeui/Makefile.am
gladeui/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gladeui/Makefile.am b/gladeui/Makefile.am
index ded650b..62a45b8 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-2.la $(IGE_MAC_LIBS)
+glade_previewer_LDADD = libgladeui-2.la $(IGE_MAC_LIBS)
glade_previewer_SOURCES = \
glade-previewer.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]