]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5075] Fixed typo in Makefile.am
authorMarcin Siodelski <marcin@isc.org>
Mon, 5 Dec 2016 17:38:56 +0000 (18:38 +0100)
committerMarcin Siodelski <marcin@isc.org>
Mon, 5 Dec 2016 17:38:56 +0000 (18:38 +0100)
src/bin/agent/Makefile.am

index d12012edcaed815d35ff8772b597da819d6472d2..76fb8d117ba4ced6493f47a15502bfd3487d4a61 100644 (file)
@@ -9,7 +9,7 @@ if USE_STATIC_LINK
 AM_LDFLAGS = -static
 endif
 
-CLEANFILES  = *.gcno *.gcda ctrl_agent_messages.h ctrl_agent__messages.cc s-messages
+CLEANFILES  = *.gcno *.gcda ctrl_agent_messages.h ctrl_agent_messages.cc s-messages
 
 man_MANS = kea-ctrl-agent.8
 DISTCLEANFILES = $(man_MANS)