mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-02 14:28:32 +00:00
Fix broken -I../common to be -I../spice-common in client
* Makefile.am: s/common/spice-common/ Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
7af613362a
commit
e1633c65cc
@ -199,7 +199,7 @@ endif
|
||||
INCLUDES = \
|
||||
-D__STDC_LIMIT_MACROS \
|
||||
$(PLATFORM_INCLUDES) \
|
||||
-I$(top_srcdir)/common \
|
||||
-I$(top_srcdir)/spice-common \
|
||||
$(ALSA_CFLAGS) \
|
||||
$(CEGUI_CFLAGS) \
|
||||
$(CEGUI06_CFLAGS) \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user