mirror of
https://github.com/brl/mutter.git
synced 2025-06-12 16:33:58 +00:00

for the marshal files $(srcdir) was getting prefixed twice since my last
commit (2cc88f1140
) since it was already being prefixed including
Makefile.am. The problem with prefixing it in the includer file though is
that the Make variable substitutions like :.list=.h mean we end up
generating into the $(srcdir). This removes the prefix added in
clutter/Makefile.am
We were also missing a $(srcdir) prefix when setting EXTRA_DIST