summaryrefslogtreecommitdiff
path: root/opl/examples/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2009-05-28 18:26:13 +0000
committerSimon Howard2009-05-28 18:26:13 +0000
commit223879d264009f4678803651f885214f84606cb7 (patch)
tree0a8191dfff2192bff74cb689001effd9e3d70d63 /opl/examples/Makefile.am
parenta4695f20fbaba6d4fc351edb78825328cd95f49f (diff)
downloadchocolate-doom-223879d264009f4678803651f885214f84606cb7.tar.gz
chocolate-doom-223879d264009f4678803651f885214f84606cb7.tar.bz2
chocolate-doom-223879d264009f4678803651f885214f84606cb7.zip
Add droplay example program from /research, adapted to work with OPL
library. Subversion-branch: /branches/opl-branch Subversion-revision: 1535
Diffstat (limited to 'opl/examples/Makefile.am')
-rw-r--r--opl/examples/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/opl/examples/Makefile.am b/opl/examples/Makefile.am
new file mode 100644
index 00000000..3dc07d46
--- /dev/null
+++ b/opl/examples/Makefile.am
@@ -0,0 +1,8 @@
+
+AM_CFLAGS = -I..
+
+noinst_PROGRAMS=droplay
+
+droplay_LDADD = ../libopl.a @LDFLAGS@ @SDL_LIBS@
+droplay_SOURCES = droplay.c
+