aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-09 12:02:20 -0600
committerTed Gould <ted@gould.cx>2009-12-09 12:02:20 -0600
commitb67737d41f7c55e5d440e2eebd6d6adca05fb419 (patch)
tree34d9a0493282c6764cad571a5b6563df9c5bec9f /configure.ac
parentec3c1bee24ce4da8bef326e8f2b659c846ff35b7 (diff)
parentbae74eff1707ab9abac1f6122506ff1b7cc20098 (diff)
downloadayatana-indicator-application-b67737d41f7c55e5d440e2eebd6d6adca05fb419.tar.gz
ayatana-indicator-application-b67737d41f7c55e5d440e2eebd6d6adca05fb419.tar.bz2
ayatana-indicator-application-b67737d41f7c55e5d440e2eebd6d6adca05fb419.zip
* Upstream update
* Adding in documentation * Adding a pkg-config .pc file for libappindicator
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1b5e120..74cef75 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,13 @@ AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
PKG_PROG_PKG_CONFIG
###########################
+# GTK Doc
+###########################
+
+GTK_DOC_CHECK([1.9])
+AC_CONFIG_MACRO_DIR(m4)
+
+###########################
# Dependencies
###########################
@@ -79,9 +86,13 @@ AC_SUBST(DBUSSERVICEDIR)
AC_OUTPUT([
Makefile
src/Makefile
+src/libappindicator/appindicator-0.1.pc
data/Makefile
tests/Makefile
example/Makefile
+docs/Makefile
+docs/reference/Makefile
+docs/reference/version.xml
])
###########################