46b736f42e
The rules to create signal marshallers and enumeration GTypes are usually copied and pasted all over different projects, though they are pretty generic and, given a little bit of parametrization, can be put in separate Makefile.am files and included whenever needed.
15 lines
215 B
Makefile
15 lines
215 B
Makefile
NULL =
|
|
|
|
EXTRA_DIST = \
|
|
Makefile.am.silent \
|
|
Makefile.am.marshal \
|
|
Makefile.am.enums \
|
|
dolt.m4 \
|
|
introspection.m4 \
|
|
gtk-doc.m4 \
|
|
as-compiler-flag.m4 \
|
|
shave.in \
|
|
shave-libtool.in \
|
|
shave.m4 \
|
|
$(NULL)
|