diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 01:20:04 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2011-01-02 01:20:04 +0100 |
commit | 733db2b20a23ef445103c3517b1b423a1113ece2 (patch) | |
tree | 08a1cc6b23f38b28b03a8feeb3e85ef5949a08b7 | |
parent | 4e3c2f026746c75651067c9eeadf90892fcfd9c8 (diff) | |
download | virtualosc-733db2b20a23ef445103c3517b1b423a1113ece2.tar.gz |
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aae1bf9..42b8938 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,9 @@ SUBDIRS = src -EXTRA_DIST = samples/sample.xml \ +EXTRA_DIST = Makefile.watcom \ + expat_watcom/expat_external.h \ + expat_watcom/Makefile.watcom \ + samples/sample.xml \ samples/simple_osc.xml \ samples/simple_osc.pd |