summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMatthew Allum <mallum@openedhand.com>2007-03-26 23:18:39 +0000
committerMatthew Allum <mallum@openedhand.com>2007-03-26 23:18:39 +0000
commitf7a7f5b32a0e907ed1730ad0b0fa0a5bf602f7ac (patch)
treefcd96a4c78ad961b6e169d1311e9ed8e5e0af9d9 /Makefile.am
parent5a28ea6e78c07eaa695a2e46d0763382c352f81e (diff)
2007-03-27 Matthew Allum <mallum@openedhand.com>
* clutter/clutter-feature.c: Rejig ifdef's a little. Make drm vblanking Linux only. * clutter/clutter-stage.c: * clutter/clutter-stage.h: Add a perspective boxed type. * clutter/glx/clutter-stage-glx.c: Add some FIXMEs * clutter/Makefile.am: * clutter/cogl/Makefile.am: * clutter/cogl/cogl.h: * clutter/cogl/gl/Makefile.am: * clutter/cogl/gl/cogl.c: * configure.ac: Very initial work on 'cogl' GL/GLES abstraction/utility code.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 00000000..938d72ad
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,3 @@
+SUBDIRS=gl
+
+EXTRA_DIST=cogl.h \ No newline at end of file