summaryrefslogtreecommitdiff
path: root/lib/tevent/configure.ac
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-20 19:23:30 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-20 19:23:30 +0100
commit1f4bd4b82cda56ef27d3942a790fcfb908494d46 (patch)
tree076dfd68a3c73330721804aba92f37ee55973f62 /lib/tevent/configure.ac
parent383e7c4d16bc1c0ea52e42b1bafe456c4982e5ec (diff)
downloadsamba-1f4bd4b82cda56ef27d3942a790fcfb908494d46.tar.gz
samba-1f4bd4b82cda56ef27d3942a790fcfb908494d46.tar.bz2
samba-1f4bd4b82cda56ef27d3942a790fcfb908494d46.zip
Fix standalone compilation of events library.
Diffstat (limited to 'lib/tevent/configure.ac')
-rw-r--r--lib/tevent/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/configure.ac b/lib/tevent/configure.ac
index 75719d13b4..d9d39e0e72 100644
--- a/lib/tevent/configure.ac
+++ b/lib/tevent/configure.ac
@@ -37,4 +37,4 @@ if test -z "$PYTHON_CONFIG"; then
PYTHON_INSTALL_TARGET=""
PYTHON_CHECK_TARGET=""
fi
-AC_OUTPUT(Makefile events.pc)
+AC_OUTPUT(Makefile tevent.pc)