diff options
author | Ted Gould <ted@canonical.com> | 2009-02-03 14:56:35 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-03 14:56:35 +0100 |
commit | bccae5a5201a6d08925f15d41b2b4ca31cac878d (patch) | |
tree | e05fbdced575f7c1252206f4d77dd4b408d908af /docs/reference | |
parent | aa26429a1e78f8bbcce99c9adf5d4e2557f24482 (diff) | |
download | libayatana-indicator-bccae5a5201a6d08925f15d41b2b4ca31cac878d.tar.gz libayatana-indicator-bccae5a5201a6d08925f15d41b2b4ca31cac878d.tar.bz2 libayatana-indicator-bccae5a5201a6d08925f15d41b2b4ca31cac878d.zip |
Getting the dirs right
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/Makefile.am | 4 | ||||
-rw-r--r-- | docs/reference/libindicate.types | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 1bb6b68..853c97e 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -67,8 +67,8 @@ expand_content_files= # signals and properties. # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS) # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib) -INCLUDES=-I$(top_builddir)/libindicate $(LIBINDICATE_CFLAGS) -GTKDOC_LIBS= +INCLUDES=-I$(top_srcdir) $(LIBINDICATE_CFLAGS) +GTKDOC_LIBS=$(top_builddir)/libindicate/libindicate.la # This includes the standard gtk-doc make rules, copied by gtkdocize. include $(top_srcdir)/gtk-doc.make diff --git a/docs/reference/libindicate.types b/docs/reference/libindicate.types index 9c7b913..d96055f 100644 --- a/docs/reference/libindicate.types +++ b/docs/reference/libindicate.types @@ -1,4 +1,7 @@ -#include <gtk/gtk.h> +#include <libindicate/indicator.h> +#include <libindicate/indicator-message.h> +#include <libindicate/server.h> +#include <libindicate/listener.h> indicate_indicator_get_type indicate_indicator_message_get_type |