mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 12:50:09 +01:00
Makefile.am: add include dir for AC_CONFIG_MACRO_DIR to work
da33164726 added a compatiblity macro for
old versions of pkg-config. However, the file in which that macro
resides was not included. From the autoconf docs: "Note that if you use
aclocal from Automake to generate aclocal.m4, you must also set
ACLOCAL_AMFLAGS = -I dir in your top-level Makefile.am.".
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Acked-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
parent
c5f0f1a739
commit
dae2a3dd09
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
unstable_protocols = \
|
||||
unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \
|
||||
unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue