mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
35f11d863c
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