Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 436600
Collapse All | Expand All

(-)src/Makefile.am.old (-1 / +1 lines)
Lines 33-39 Link Here
33
	util.cxx util.h \
33
	util.cxx util.h \
34
	$(platform_srcs)
34
	$(platform_srcs)
35
35
36
simgear_libs = -lsgmodel -lsgscreen -lsgprops -lsgxml -lsgdebug -lsgbvh -lsgmaterial -lsgmodel -lsgutil -lsgstructure -lsgprops -lsgtgdb -lsgmath -lsgmisc -lsgbvh -lsgio -lsgbucket -lsgmodel -lsgutil -lsgthreads
36
simgear_libs = -lSimGearCore -lSimGearScene
37
37
38
fgrun_LDADD = $(simgear_libs)
38
fgrun_LDADD = $(simgear_libs)
39
39
(-)src/Makefile.in.old (-1 / +1 lines)
Lines 247-253 Link Here
247
	util.cxx util.h \
247
	util.cxx util.h \
248
	$(platform_srcs)
248
	$(platform_srcs)
249
249
250
simgear_libs = -lsgmodel -lsgscreen -lsgprops -lsgxml -lsgdebug -lsgbvh -lsgmaterial -lsgmodel -lsgutil -lsgstructure -lsgprops -lsgtgdb -lsgmath -lsgmisc -lsgbvh -lsgio -lsgbucket -lsgmodel -lsgutil -lsgthreads
250
simgear_libs = -lSimGearCore -lSimGearScene
251
fgrun_LDADD = $(simgear_libs)
251
fgrun_LDADD = $(simgear_libs)
252
all: $(BUILT_SOURCES) config.h
252
all: $(BUILT_SOURCES) config.h
253
	$(MAKE) $(AM_MAKEFLAGS) all-am
253
	$(MAKE) $(AM_MAKEFLAGS) all-am

Return to bug 436600