source:
downloads/freealut-1.1.0/examples/Makefile.am
@
25
Last change on this file since 25 was 14, checked in by landauf, 17 years ago | |
---|---|
File size: 270 bytes |
Line | |
---|---|
1 | # Build, but do not install the following test programs: |
2 | noinst_PROGRAMS = hello_world playfile |
3 | |
4 | # We need to link against our *own* libalut. |
5 | LDADD = ../src/libalut.la |
6 | |
7 | # Specifying the following path is needed to find <AL/alut.h>. |
8 | AM_CPPFLAGS = -I$(top_srcdir)/include |
Note: See TracBrowser
for help on using the repository browser.