summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--va/wayland/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/va/wayland/Makefile.am b/va/wayland/Makefile.am
index 705efa3..f48afb4 100644
--- a/va/wayland/Makefile.am
+++ b/va/wayland/Makefile.am
@@ -70,7 +70,7 @@ va_wayland_drm.c: $(protocol_source_h)
%-client-protocol-export.c : %.xml
$(AM_V_GEN)$(WAYLAND_SCANNER) code < $< > $@
%-client-protocol.c: %-client-protocol-export.c
- $(AM_V_GEN)$(SED) -e '1i#include "sysdeps.h"' \
+ $(AM_V_GEN)$(SED) -e $$'1i\\\n#include "sysdeps.h"\n' \
-e 's@WL_EXPORT@DLL_HIDDEN@g' < $< > $@
EXTRA_DIST = \