mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05:00
clients/Makefile: Add AM_CPPFLAGS to view's CPPFLAGS
This commit is contained in:
parent
d3b023ed7d
commit
25f0ba4be1
1 changed files with 1 additions and 1 deletions
|
|
@ -72,5 +72,5 @@ if HAVE_POPPLER
|
|||
poppler_programs = view
|
||||
view_SOURCES = view.c
|
||||
view_LDADD = $(toolkit_libs) $(POPPLER_LIBS)
|
||||
view_CPPFLAGS = $(POPPLER_CFLAGS)
|
||||
view_CPPFLAGS = $(AM_CPPFLAGS) $(POPPLER_CFLAGS)
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue