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/rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tevent/rules.mk') diff --git a/lib/tevent/rules.mk b/lib/tevent/rules.mk index cfe548039b..6fd990fbf4 100644 --- a/lib/tevent/rules.mk +++ b/lib/tevent/rules.mk @@ -4,7 +4,7 @@ $(SWIG) -O -Wall -python -keyword $< showflags:: - @echo 'libevents will be compiled with flags:' + @echo 'libtevent will be compiled with flags:' @echo ' CFLAGS = $(CFLAGS)' @echo ' CPPFLAGS = $(CPPFLAGS)' @echo ' LDFLAGS = $(LDFLAGS)' -- cgit