diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-28 15:26:29 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-09-28 15:26:29 +0200 |
commit | e7da86053b3df2882816b0df8089e1a51b61939f (patch) | |
tree | 8f7430f7d1e82ddb8449548886f57a3a7c646c05 /chuck/Makefile.am | |
parent | 9b134ea457f91ba8ea6ae558c9192f58c09f62bc (diff) | |
download | osc-graphics-e7da86053b3df2882816b0df8089e1a51b61939f.tar.gz |
autotools based build system
Diffstat (limited to 'chuck/Makefile.am')
-rw-r--r-- | chuck/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chuck/Makefile.am b/chuck/Makefile.am new file mode 100644 index 0000000..69c805f --- /dev/null +++ b/chuck/Makefile.am @@ -0,0 +1,4 @@ + +dist_chuck_DATA = OSCGraphics.ck OSCGraphicsPort.ck OSCGraphicsLayer.ck \ + OSCGraphicsBox.ck OSCGraphicsImage.ck OSCGraphicsVideo.ck +nodist_chuck_DATA = lib.ck |