From 2652dd5c8e56c8b686853231c8161a69f91c7b27 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 18 May 2007 19:21:14 +0000 Subject: * docs/api/Makefile.am: Adding html.timestamp to clean target. * src/Makefile.am: Fixed -I for generated code. * src/tests/Makefile.am: Fixed -I for generated code. * src/qpidd.cpp: Typo in help message. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@539568 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/docs/api/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/docs/api') diff --git a/cpp/docs/api/Makefile.am b/cpp/docs/api/Makefile.am index 121c263a12..bde8b5fa3d 100644 --- a/cpp/docs/api/Makefile.am +++ b/cpp/docs/api/Makefile.am @@ -15,4 +15,4 @@ html.timestamp: touch $@ clean-local: - rm -rf html html-dev + rm -rf html html-dev html.timestamp -- cgit v1.2.1