diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-18 14:58:06 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2011-10-18 14:58:06 +0200 |
commit | 2d106c7fd8bd4ac12352fd63c2e30f514aa44301 (patch) | |
tree | 7038bd3d07c5010e624ad7a340700b2dd29eb29a /vst/Makefile.am | |
parent | e1b7a451dcf14a52720abcb93781baa3ca64dcde (diff) |
Windows only Makefile. New makefile for dist.
Diffstat (limited to 'vst/Makefile.am')
-rw-r--r-- | vst/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vst/Makefile.am b/vst/Makefile.am new file mode 100644 index 0000000..9a448a2 --- /dev/null +++ b/vst/Makefile.am @@ -0,0 +1,9 @@ +EXTRA_DIST = \ + Makefile.mingw32 \ + constants.h \ + drumgizmo_vst.cc \ + drumgizmo_vst.h \ + input_vst.cc \ + input_vst.h \ + output_vst.cc \ + output_vst.h
\ No newline at end of file |