Tizen 2.1 base
[external/freealut.git] / examples / Makefile.am
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