blob: 4c99c50be327b478ced9ad2033b299222e2c80f0 (
plain)
1
2
3
4
5
6
7
8
|
# Build, but do not install the following test programs:
noinst_PROGRAMS = hello_world playfile
# We need to link against our *own* libalut.
LDADD = ../src/libalut.la
# Specifying the following path is needed to find <AL/alut.h>.
AM_CPPFLAGS = -I$(top_srcdir)/include
|