[sapwood] redo library dependencies



commit 42b6a9f07d5ba06d87a2191461bc1e61efbfb378
Author: Sven Herzberg <herzi gnome-de org>
Date:   Thu Aug 5 09:36:48 2010 +0200

    redo library dependencies
    
    * engine/Makefile.am: include sapwood-client into sapwood-private, so
      the SapwoodPixmap code has access to the socket stuff

 engine/Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/engine/Makefile.am b/engine/Makefile.am
index 816e8b7..f0c572d 100644
--- a/engine/Makefile.am
+++ b/engine/Makefile.am
@@ -25,7 +25,6 @@ nodist_libsapwood_la_SOURCES=\
 	$(NULL)
 libsapwood_la_LDFLAGS = -avoid-version -module -Wl,-z,defs
 libsapwood_la_LIBADD=$(GTK_LIBS) \
-	libsapwood-client.la \
 	libsapwood-private.la \
 	$(NULL)
 libsapwood_la_CFLAGS = -DG_LOG_DOMAIN=\"sapwood-engine\" $(AM_CFLAGS)
@@ -43,6 +42,9 @@ libsapwood_private_la_SOURCES=\
 	sapwood-pixmap.h \
 	sapwood-pixmap-priv.h \
 	$(NULL)
+libsapwood_private_la_LIBADD=\
+	libsapwood-client.la \
+	$(NULL)
 
 sapwood-paths.h: Makefile
 	$(AM_V_GEN) echo "#define SAPWOOD_SERVER \"$(daemondir)/sapwood-server\"" > $@



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