From 26cd879acc82e35cee84c1f0b5a78fececa1a4c3 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 23 Mar 2007 11:37:39 +0000 Subject: [PATCH] always check changes in the build with a fresh checkout, you dolt --- clutter/glx/Makefile.am | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 clutter/glx/Makefile.am diff --git a/clutter/glx/Makefile.am b/clutter/glx/Makefile.am new file mode 100644 index 000000000..76e82a651 --- /dev/null +++ b/clutter/glx/Makefile.am @@ -0,0 +1,20 @@ +libclutterincludedir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/clutter + +INCLUDES = \ + -DG_LOG_DOMAIN=\"ClutterGLX\" \ + -I$(top_srcdir) \ + $(CLUTTER_CFLAGS) \ + $(CLUTTER_DEBUG_CFLAGS) \ + $(GCC_FLAGS) + +LDADD = $(CLUTTER_LIBS) + +noinst_LTLIBRARIES = libclutter-glx.la + +libclutter_glx_la_SOURCES = \ + clutter-backend-glx.h \ + clutter-backend-glx.c \ + clutter-event-glx.c \ + clutter-stage-glx.h \ + clutter-stage-glx.c \ + clutter-glx.h