[gnome-games/gsoc-seed-games] [libgames-support] Install libgames-support to the commondatadir



commit d14609180bc7d419bd4a0922d40047f0fbb47492
Author: Tim Horton <hortont svn gnome org>
Date:   Thu Jun 11 03:05:07 2009 -0400

    [libgames-support] Install libgames-support to the commondatadir

 libgames-support/Makefile.am |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/libgames-support/Makefile.am b/libgames-support/Makefile.am
index 97e97b5..7816c8d 100644
--- a/libgames-support/Makefile.am
+++ b/libgames-support/Makefile.am
@@ -21,7 +21,8 @@ EXTRA_DIST = \
 	games-marshal.list	\
 	$(NULL)
 
-noinst_LTLIBRARIES = libgames-support.la
+libgames_support_LTLIBRARIES = libgames-support.la
+libgames_supportdir = $(commondatadir)
 
 BUILT_SOURCES = \
 	games-marshal.c			\
@@ -188,6 +189,11 @@ libgames_support_la_CFLAGS += 	\
 	$(GGZ_GTK_INCLUDES) 	\
 	$(GGZCORE_INCLUDES)	\
 	$(LIBGGZ_INCLUDES)
+libgames_support_la_LIBADD += 	\
+	$(GGZMOD_LIBS) 	\
+	$(GGZ_GTK_LIBS) 	\
+	$(GGZCORE_LIBS)	\
+	$(LIBGGZ_LIBS) -lggzmod # It seems wrong to have this here; why is it not in the others?
 endif
 endif
 



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