mirror of
https://github.com/brl/mutter.git
synced 2025-02-24 00:44:10 +00: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
|