mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
01e1260aa0
This adds an extra header that gets included from config.h where we can add configuration defines. This is used to #undef 'near' and 'far' when building for Windows so that we don't have to avoid using them as variable names in the Cogl code.
14 lines
193 B
Makefile
14 lines
193 B
Makefile
SUBDIRS = cogl
|
|
|
|
if BUILD_COGL_PANGO
|
|
SUBDIRS += cogl-pango
|
|
endif
|
|
|
|
SUBDIRS += examples doc po
|
|
|
|
ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
|
|
|
|
EXTRA_DIST = \
|
|
README.in \
|
|
config-custom.h
|