13 lines
212 B
Makefile
13 lines
212 B
Makefile
if BUILD_SSG
|
|
|
|
noinst_PROGRAMS = water
|
|
|
|
water_SOURCES = water.cxx
|
|
|
|
water_LDADD = -lplibpw -lplibpuaux -lplibpu -lplibfnt -lplibssgaux -lplibssg -lplibsg -lplibul $(OGL_LIBS)
|
|
|
|
endif
|
|
|
|
EXTRA_DIST = water.dsp README
|
|
|