diff options
author | Christian Persch <chpe@src.gnome.org> | 2008-06-26 18:32:49 +0000 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2008-06-26 18:32:49 +0000 |
commit | c4b48e67fca6adb72ce5cba9c2ee3d0d4956a807 (patch) | |
tree | e450310a54ea066ed9c6c86c67a225bfbc96b77f /doc | |
parent | fd64778a2c3cb991f9cff661cf35fa3830282ed7 (diff) |
Use glib-mkenums to generate the enum types.
svn path=/trunk/; revision=2068
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index fd86740..6242fd6 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -49,7 +49,7 @@ IGNORE_HFILES= \ # CFLAGS and LDFLAGS for compiling scan program. Only needed # if $(DOC_MODULE).types is non-empty. -GTKDOC_CFLAGS = $(VTE_CFLAGS) -I$(top_srcdir)/src +GTKDOC_CFLAGS = $(VTE_CFLAGS) -I$(top_srcdir)/src -DVTE_COMPILATION GTKDOC_LIBS = $(top_builddir)/src/libvte.la # Extra options to supply to gtkdoc-mkdb |