clients/Makefile: Add AM_CPPFLAGS to view's CPPFLAGS
This commit is contained in:
committed by
Kristian Høgsberg
parent
d3b023ed7d
commit
25f0ba4be1
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user