summaryrefslogtreecommitdiff
path: root/opl/examples/Makefile.am
diff options
context:
space:
mode:
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..7c2c7c8a
--- /dev/null
+++ b/opl/examples/Makefile.am
@@ -0,0 +1,8 @@
+
+AM_CFLAGS = -I..
+
+noinst_PROGRAMS=droplay
+
+droplay_LDADD = ../libopl.a @LDFLAGS@ @SDL_LIBS@ @SDLMIXER_LIBS@
+droplay_SOURCES = droplay.c
+