From 1f4bd4b82cda56ef27d3942a790fcfb908494d46 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 20 Dec 2008 19:23:30 +0100 Subject: Fix standalone compilation of events library. --- lib/tevent/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tevent/configure.ac') 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) -- cgit