summaryrefslogtreecommitdiffstats
path: root/doc/reference
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-20 02:33:25 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2012-03-25 19:22:52 +0200
commit05a203af120016428eb1661ee060ea85e37b4c96 (patch)
treedbbf9bf3903895a5b7f06eb22db6308627376a23 /doc/reference
parent6db275a422013a34247b805923f88b23db850ea1 (diff)
downloadspice-gtk-05a203af120016428eb1661ee060ea85e37b4c96.tar.gz
spice-gtk-05a203af120016428eb1661ee060ea85e37b4c96.tar.xz
spice-gtk-05a203af120016428eb1661ee060ea85e37b4c96.zip
build-sys: move codegen & proto to spice-common
With this iteration, all the spice_codegen.py/proto/marshaller generation has been moved to spice-common. The spice-common directory will ship spice-protocol, since it's needed there too to build libspice-common. Again, make distcheck passes. Build with mingw & fedora linux.
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 372850a..a0a856c 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -53,7 +53,7 @@ IGNORE_HFILES= \
$(NULL)
# CFLAGS and LDFLAGS for compiling gtkdoc-scangobj with your library.
-GTKDOC_CFLAGS = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/gtk -I$(top_builddir)/gtk $(SPICE_GLIB_CFLAGS) $(SPICE_GTK_CFLAGS)
+GTKDOC_CFLAGS = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/gtk -I$(top_builddir)/gtk $(SPICE_GLIB_CFLAGS) $(SPICE_GTK_CFLAGS) $(COMMON_CFLAGS)
GTKDOC_LIBS = $(top_builddir)/gtk/libspice-client-glib-2.0.la $(top_builddir)/gtk/libspice-client-gtk-$(SPICE_GTK_API_VERSION).la
include $(top_srcdir)/gtk-doc.make