94b35a4a5e
CC_FLAGS was a left over from the 0.8.x age. Killed it and use the newer MAINTAINER_CFLAGS variable instead.
24 lines
550 B
Makefile
24 lines
550 B
Makefile
libclutterincludedir = $(includedir)/clutter-@CLUTTER_MAJORMINOR@/clutter
|
|
|
|
INCLUDES = \
|
|
-DG_LOG_DOMAIN=\"ClutterFruity\" \
|
|
-DCLUTTER_COMPILATION \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/clutter \
|
|
$(CLUTTER_CFLAGS) \
|
|
$(CLUTTER_DEBUG_CFLAGS) \
|
|
$(MAINTAINER_CFLAGS) \
|
|
-xobjective-c
|
|
|
|
LDADD = $(CLUTTER_LIBS)
|
|
|
|
noinst_LTLIBRARIES = libclutter-fruity.la
|
|
|
|
libclutter_fruity_la_SOURCES = \
|
|
clutter-backend-fruity.h \
|
|
clutter-backend-fruity.c \
|
|
clutter-stage-fruity.h \
|
|
clutter-stage-fruity.c \
|
|
clutter-fruity.h \
|
|
clutter-fruity.c
|