2007-03-23 11:20:35 -04:00
|
|
|
libclutterincludedir = $(includedir)/clutter-@CLUTTER_API_VERSION@/clutter
|
|
|
|
libclutterinclude_HEADERS = clutter-glx.h
|
2007-03-23 07:37:39 -04:00
|
|
|
|
|
|
|
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
|