Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/freealut-1.1.0/examples/Makefile.am @ 14

Last change on this file since 14 was 14, checked in by landauf, 16 years ago

added freealut

File size: 270 bytes
Line 
1# Build, but do not install the following test programs:
2noinst_PROGRAMS = hello_world playfile
3
4# We need to link against our *own* libalut.
5LDADD = ../src/libalut.la
6
7# Specifying the following path is needed to find <AL/alut.h>.
8AM_CPPFLAGS = -I$(top_srcdir)/include
Note: See TracBrowser for help on using the repository browser.