diff options
author | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-09-05 20:44:58 +0000 |
---|---|---|
committer | Nalin Dahyabhai <nalin@src.gnome.org> | 2002-09-05 20:44:58 +0000 |
commit | fade1f34b072b8444b75dd4ca7418f50a28e25ac (patch) | |
tree | c56f7524a762240c90d008b90ea5da22788e6865 | |
parent | 172f0bc4ce4c5bd5e0784c6422103cf4dba2bb43 (diff) |
fix for building when builddir != srcdirvte_0_8_19
* doc/reference/Makefile.am, doc/reference/vte.types: fix for building when
builddir != srcdir
-rw-r--r-- | doc/reference/Makefile.am | 2 | ||||
-rw-r--r-- | doc/reference/vte.types | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 5106729..cb53a46 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -46,7 +46,7 @@ extra_files = # CFLAGS and LDFLAGS for compiling scan program. Only needed if your app/lib # contains GtkObjects/GObjects and you want to document signals and properties. -GTKDOC_CFLAGS = @GTK_CFLAGS@ +GTKDOC_CFLAGS = @GTK_CFLAGS@ -I$(srcdir)/../../src GTKDOC_LIBS = @GTK_LIBS@ ../../src/libvte.la GTKDOC_CC=$(LIBTOOL) --mode=compile $(CC) diff --git a/doc/reference/vte.types b/doc/reference/vte.types index b39d448..85aad0d 100644 --- a/doc/reference/vte.types +++ b/doc/reference/vte.types @@ -1,9 +1,9 @@ #include <glib.h> #include <glib-object.h> #include <gtk/gtk.h> -#include "../../src/vte.h" -#include "../../src/vteaccess.h" -#include "../../src/reaper.h" +#include "vte.h" +#include "vteaccess.h" +#include "reaper.h" vte_terminal_get_type vte_terminal_accessible_get_type |