]> git.pld-linux.org Git - packages/gnome-games.git/blame - gnome-games-gnome-stones_modules_fixes.patch
- chenge objectdir from $(libdir)/gnome-stones/objects to shorter $(libdir)/gnome...
[packages/gnome-games.git] / gnome-games-gnome-stones_modules_fixes.patch
CommitLineData
7102f241 1--- gnome-games-1.4.0.4/gnome-stones/objects/Makefile.am~ Sat Oct 12 13:32:54 2002
2+++ gnome-games-1.4.0.4/gnome-stones/objects/Makefile.am Sat Oct 12 13:32:54 2002
3@@ -1,6 +1,6 @@
4 GSTONES_SRC_DIR = $(srcdir)/../
5
6-objectdir= $(libdir)/gnome-stones/objects
7+objectdir= $(libdir)/gnome-stones
8
9 INCLUDES = \
10 -I$(GSTONES_SRC_DIR) \
11@@ -12,4 +12,7 @@
12 object_LTLIBRARIES = libgnome-stones.la libgnomekoban.la
13
14 libgnome_stones_la_SOURCES = gnome-stones.c
15+libgnome_stones_la_LDFLAGS = -module -avoid-version
16+
17 libgnomekoban_la_SOURCES = gnomekoban.c
18+libgnomekoban_la_LDFLAGS = -module -avoid-version
This page took 0.082282 seconds and 4 git commands to generate.