aboutsummaryrefslogtreecommitdiff
path: root/chuck
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-28 15:26:29 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-09-28 15:26:29 +0200
commite7da86053b3df2882816b0df8089e1a51b61939f (patch)
tree8f7430f7d1e82ddb8449548886f57a3a7c646c05 /chuck
parent9b134ea457f91ba8ea6ae558c9192f58c09f62bc (diff)
downloadosc-graphics-e7da86053b3df2882816b0df8089e1a51b61939f.tar.gz
autotools based build system
Diffstat (limited to 'chuck')
-rw-r--r--chuck/Makefile.am4
-rw-r--r--chuck/lib.ck.in (renamed from chuck/lib.ck)0
2 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
diff --git a/chuck/lib.ck b/chuck/lib.ck.in
index e73ab98..e73ab98 100644
--- a/chuck/lib.ck
+++ b/chuck/lib.ck.in