Applied Braden McDaniel's non-srcdir build patch.
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@326 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
6bf9d27035
commit
85e34f0062
@ -2,4 +2,4 @@ EXTRA_DIST = Fractals.dsp fractals.c fractals.dat
|
||||
noinst_PROGRAMS = fractals
|
||||
fractals_SOURCES = fractals.c
|
||||
fractals_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
|
||||
fractals_CFLAGS = -I../../../include $(X_CFLAGS)
|
||||
fractals_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)
|
||||
|
@ -3,4 +3,4 @@ EXTRA_DIST = Fractals_random.dsp fractals.dat fractals_random.c
|
||||
noinst_PROGRAMS = fractals_random
|
||||
fractals_random_SOURCES = fractals_random.c
|
||||
fractals_random_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
|
||||
fractals_random_CFLAGS = -I../../../include $(X_CFLAGS)
|
||||
fractals_random_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)
|
||||
|
@ -3,4 +3,4 @@ EXTRA_DIST = lorenz.c lorenz.dsp
|
||||
noinst_PROGRAMS = lorenz
|
||||
lorenz_SOURCES = lorenz.c
|
||||
lorenz_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
|
||||
lorenz_CFLAGS = -I../../../include $(X_CFLAGS)
|
||||
lorenz_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)
|
||||
|
@ -2,4 +2,4 @@ EXTRA_DIST = one.c one.dsp
|
||||
noinst_PROGRAMS = one
|
||||
one_SOURCES = one.c
|
||||
one_LDFLAGS = -export-dynamic ../../../src/lib@LIBRARY@.la
|
||||
one_CFLAGS = -I../../../include $(X_CFLAGS)
|
||||
one_CFLAGS = -I$(top_srcdir)/include $(X_CFLAGS)
|
||||
|
Reference in New Issue
Block a user