From 874377c18e3e158db2fa8b142f11c0afa15f8bc4 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 2 May 2012 00:06:37 +0200 Subject: autoconf based build system * it currently builds the existing player prototype (not checked in) * it already includes the necessary windows support --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Makefile.am (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..677c2af --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,2 @@ + +bin_PROGRAMS = player -- cgit v1.2.3