Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 325927 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile.in.old (-6 / +6 lines)
Lines 286-294 Link Here
286
	xscorch.c
286
	xscorch.c
287
287
288
xscorch_LDADD = \
288
xscorch_LDADD = \
289
	-lm \
290
	$(GTK_LIBS) \
291
	$(LIBMIKMOD_LIBS) \
292
	sgame/libscorch_game.a \
289
	sgame/libscorch_game.a \
293
	sgtk/libscorch_gtk.a \
290
	sgtk/libscorch_gtk.a \
294
	sgtk/swidgets/libscorch_widget_gtk.a \
291
	sgtk/swidgets/libscorch_widget_gtk.a \
Lines 298-310 Link Here
298
	sutil/libscorch_util.a \
295
	sutil/libscorch_util.a \
299
	sgame/libscorch_game.a \
296
	sgame/libscorch_game.a \
300
	libj/jreg/libjreg.a \
297
	libj/jreg/libjreg.a \
301
	libj/jstr/libjstr.a
298
	libj/jstr/libjstr.a \
299
	$(GTK_LIBS) \
300
	$(LIBMIKMOD_LIBS) \
301
	-lm \
302
302
303
xscorch_server_SOURCES = \
303
xscorch_server_SOURCES = \
304
	xscorch.c
304
	xscorch.c
305
305
306
xscorch_server_LDADD = \
306
xscorch_server_LDADD = \
307
	-lm \
308
	$(LIBREADLINE_LIBS) \
307
	$(LIBREADLINE_LIBS) \
309
	sgame/libscorch_game.a \
308
	sgame/libscorch_game.a \
310
	sconsole/libscorch_console.a \
309
	sconsole/libscorch_console.a \
Lines 314-320 Link Here
314
	sutil/libscorch_util.a \
313
	sutil/libscorch_util.a \
315
	sgame/libscorch_game.a \
314
	sgame/libscorch_game.a \
316
	libj/jreg/libjreg.a \
315
	libj/jreg/libjreg.a \
317
	libj/jstr/libjstr.a
316
	libj/jstr/libjstr.a \
317
	-lm \
318
318
319
INCLUDES = -Isgame -Isgtk
319
INCLUDES = -Isgame -Isgtk
320
all: config.h
320
all: config.h

Return to bug 325927