aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2009-12-12 12:20:52 -0600
committerCody Russell <crussell@canonical.com>2009-12-12 12:20:52 -0600
commit59526b689303cde25721d0a1fdcafdb371fdddba (patch)
treeee7a1bde4ce2e89942fa8bc2b3e3515143a264eb /configure.ac
parented4810839b0bd16af47201bae84524088b9ef178 (diff)
downloadayatana-indicator-application-59526b689303cde25721d0a1fdcafdb371fdddba.tar.gz
ayatana-indicator-application-59526b689303cde25721d0a1fdcafdb371fdddba.tar.bz2
ayatana-indicator-application-59526b689303cde25721d0a1fdcafdb371fdddba.zip
Initial stab at setting up test/example fu
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fc1381c..ca1793a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,6 +96,8 @@ AC_SUBST(GAPI_CODEGEN)
AC_PATH_PROG(GAPI_FIXUP, gapi2-fixup, no)
AC_SUBST(GAPI_FIXUP)
+PKG_CHECK_MODULES(NUNIT, nunit-2.4 >= 2.4.7)
+AC_SUBST(NUNIT_LIBS)
###########################
# Check to see if we're local
@@ -141,6 +143,8 @@ bindings/Makefile
bindings/mono/Makefile
bindings/mono/appindicator-sharp.dll.config
bindings/mono/appindicator-sharp-0.1.pc
+bindings/mono/examples/Makefile
+bindings/mono/examples/indicator-example
data/Makefile
tests/Makefile
example/Makefile