mirror of
https://github.com/brl/mutter.git
synced 2024-11-30 12:00:44 -05:00
10 lines
142 B
Makefile
10 lines
142 B
Makefile
SUBDIRS = cogl clutter cally
|
|
|
|
DIST_SUBDIRS = cogl clutter cally
|
|
|
|
if BUILD_COGL2_REFERENCE
|
|
SUBDIRS += cogl-2.0
|
|
|
|
DIST_SUBDIRS += cogl-2.0
|
|
endif
|