diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-02 00:06:37 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-05-02 00:06:37 +0200 |
commit | 874377c18e3e158db2fa8b142f11c0afa15f8bc4 (patch) | |
tree | 369202912eb080cc2eaa2672749e560d1b3aec9b /Makefile.am | |
download | experiment-player-874377c18e3e158db2fa8b142f11c0afa15f8bc4.tar.gz |
autoconf based build system
* it currently builds the existing player prototype (not checked in)
* it already includes the necessary windows support
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..2cad62a --- /dev/null +++ b/Makefile.am @@ -0,0 +1,2 @@ + +SUBDIRS = src |