1999-10-14 09:18:40 +00:00
|
|
|
--- gnome-stones/Makefile.in.orig Sun Sep 26 13:29:10 1999
|
|
|
|
+++ gnome-stones/Makefile.in Mon Sep 27 09:36:59 1999
|
|
|
|
@@ -147,7 +147,7 @@
|
1999-03-09 01:13:40 +00:00
|
|
|
Games_DATA = gnome-stones.desktop
|
|
|
|
Caves_DATA = default.caves tutorial.caves gnomekoban.caves
|
|
|
|
|
|
|
|
-gtkrcdir = $(datadir)
|
|
|
|
+gtkrcdir = $(datadir)/gnome-stones
|
|
|
|
gtkrc_DATA = gnome-stonesrc gnome-stonesrc.ko
|
|
|
|
|
1999-10-14 09:18:40 +00:00
|
|
|
Mimedir = $(datadir)/mime-info
|
|
|
|
--- gnome-stones/objects/Makefile.in.orig Sun Sep 26 13:29:11 1999
|
|
|
|
+++ gnome-stones/objects/Makefile.in Mon Sep 27 09:36:59 1999
|
2000-08-04 01:19:21 +00:00
|
|
|
@@ -127,5 +127,5 @@
|
1999-01-01 09:23:15 +00:00
|
|
|
|
|
|
|
GSTONES_SRC_DIR = $(srcdir)/../
|
|
|
|
|
1999-02-02 13:01:34 +00:00
|
|
|
-objectdir = $(libdir)/gnome-stones/objects
|
|
|
|
+objectdir = $(datadir)/gnome-stones/objects
|
|
|
|
|
1999-10-14 09:18:40 +00:00
|
|
|
@@ -144,10 +144,10 @@
|
1999-02-24 22:12:10 +00:00
|
|
|
|
|
|
|
DEFS = @DEFS@ -I. -I$(srcdir) -I../..
|
|
|
|
LIBS = @LIBS@
|
|
|
|
-libgnome_stones_la_LDFLAGS =
|
1999-05-30 04:02:08 +00:00
|
|
|
+libgnome_stones_la_LDFLAGS = -avoid-version
|
1999-02-24 22:12:10 +00:00
|
|
|
libgnome_stones_la_LIBADD =
|
|
|
|
libgnome_stones_la_OBJECTS = gnome-stones.lo
|
|
|
|
-libgnomekoban_la_LDFLAGS =
|
1999-05-30 04:02:08 +00:00
|
|
|
+libgnomekoban_la_LDFLAGS = -avoid-version
|
1999-02-24 22:12:10 +00:00
|
|
|
libgnomekoban_la_LIBADD =
|
|
|
|
libgnomekoban_la_OBJECTS = gnomekoban.lo
|
|
|
|
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|