diff options
Diffstat (limited to 'tests/freealut/examples/Makefile.am')
-rw-r--r-- | tests/freealut/examples/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/freealut/examples/Makefile.am b/tests/freealut/examples/Makefile.am new file mode 100644 index 00000000..4c99c50b --- /dev/null +++ b/tests/freealut/examples/Makefile.am @@ -0,0 +1,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 |