mirror of
https://github.com/brl/mutter.git
synced 2024-12-22 11:02:05 +00:00
always check changes in the build with a fresh checkout, you dolt
This commit is contained in:
parent
89336e751f
commit
26cd879acc
20
clutter/glx/Makefile.am
Normal file
20
clutter/glx/Makefile.am
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user