mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/win32-vd_agent
synced 2026-01-27 11:46:30 +00:00
Makefile.am: add INCLUDES to AM_CPPFLAGS
Fixes the following autoreconf (automake) warning: Makefile.am:6: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
This commit is contained in:
parent
0a90473848
commit
efea0d654b
@ -3,13 +3,15 @@ MAINTAINERCLEANFILES =
|
||||
|
||||
DIST_SUBDIRS = spice-protocol
|
||||
|
||||
INCLUDES = \
|
||||
AM_CXXFLAGS = -flto -fwhole-program
|
||||
AM_CPPFLAGS = \
|
||||
-DUNICODE \
|
||||
-D_UNICODE \
|
||||
-DOLDMSVCRT \
|
||||
-I$(top_srcdir)/common \
|
||||
-I$(top_srcdir)/spice-protocol \
|
||||
$(NULL)
|
||||
|
||||
AM_CXXFLAGS = -flto -fwhole-program
|
||||
AM_CPPFLAGS = -DUNICODE -D_UNICODE -DOLDMSVCRT
|
||||
AM_LDFLAGS = -static
|
||||
if !ENABLE_DEBUG
|
||||
AM_LDFLAGS += -s
|
||||
|
||||
Loading…
Reference in New Issue
Block a user