mirror of
https://github.com/brl/mutter.git
synced 2024-11-13 09:46:08 -05:00
94c8635d0f
The tests/accessibility, tests/micro-bench and the examples directory in the coobook create a lot of non-installed binaries. Since we know who they are, and we ignore them, we can auto-generate the ignore files as well. The rest of Clutter is covered by the main ignore file.
16 lines
257 B
Makefile
16 lines
257 B
Makefile
NULL =
|
|
|
|
EXTRA_DIST = \
|
|
Makefile.am.silent \
|
|
Makefile.am.marshal \
|
|
Makefile.am.enums \
|
|
Makefile.am.changelog \
|
|
Makefile.am.gcov \
|
|
Makefile.am.gitignore \
|
|
dolt.m4 \
|
|
introspection.m4 \
|
|
gtk-doc.m4 \
|
|
as-compiler-flag.m4 \
|
|
as-linguas.m4 \
|
|
$(NULL)
|