8b4ee0964b
This removes all the remnants from being able to build Cogl standalone while it was part of the Clutter repository. Now that Cogl has been split out then standalone builds are the only option.
10 lines
155 B
Makefile
10 lines
155 B
Makefile
SUBDIRS = cogl examples po
|
|
|
|
if BUILD_COGL_PANGO
|
|
SUBDIRS += cogl-pango
|
|
endif
|
|
|
|
ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
|
|
|
|
EXTRA_DIST = README.in
|