diff options
-rw-r--r-- | client/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index 4913c1ee..22d5adff 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -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) \ |