mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
8d4a6f4d4c
At least the 1.6.0 documentation. The 2.0 one has been missed by the filter-branch and will be re-added later.
10 lines
159 B
Makefile
10 lines
159 B
Makefile
SUBDIRS = cogl examples doc po
|
|
|
|
if BUILD_COGL_PANGO
|
|
SUBDIRS += cogl-pango
|
|
endif
|
|
|
|
ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
|
|
|
|
EXTRA_DIST = README.in
|