aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-06 09:03:23 -0600
committerTed Gould <ted@gould.cx>2010-12-06 09:03:23 -0600
commit0fc55bf4f61e56527bc445cb7ee3dabe46ae2890 (patch)
tree304379249fc32c2735aa1815dc4940c72f0673c9 /docs/reference/Makefile.am
parentfbf708eb94946bf976ea3902f00d4a4376c760da (diff)
parent0f4c1ea2e42274464d4acef34e2048b5791d51fb (diff)
downloadlibayatana-appindicator-0fc55bf4f61e56527bc445cb7ee3dabe46ae2890.tar.gz
libayatana-appindicator-0fc55bf4f61e56527bc445cb7ee3dabe46ae2890.tar.bz2
libayatana-appindicator-0fc55bf4f61e56527bc445cb7ee3dabe46ae2890.zip
Merging the remove service branch
Diffstat (limited to 'docs/reference/Makefile.am')
-rw-r--r--docs/reference/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 63606f9..b6b0289 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -90,8 +90,8 @@ expand_content_files=
# signals and properties.
# e.g. GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
-GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src $(INDICATOR_CFLAGS)
-GTKDOC_LIBS=$(top_builddir)/src/libappindicator.la $(top_builddir)/src/libapplication.la $(INDICATOR_LIBS)
+GTKDOC_CFLAGS=-I$(top_srcdir) -I$(top_srcdir)/src -I$(top_srcdir)/src $(LIBRARY_CFLAGS)
+GTKDOC_LIBS=$(top_builddir)/src/libappindicator.la $(LIBRARY_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.local.make