From c107ae238c1dd98e8723ef96d6a56788f7aebfa0 Mon Sep 17 00:00:00 2001 From: Don Pellegrino Date: Mon, 29 Jun 2009 17:14:35 +0000 Subject: Fixed termination in the CLEANFILES target. --- diff --git a/src/Makefile.am b/src/Makefile.am index 8ecbef1..86c1dae 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -60,6 +60,6 @@ AM_CFLAGS = -Wall -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE CLEANFILES = \ controller/clear_selection.c \ controller/selection_from_db.c \ - controller/selsave.c + controller/selsave.c \ db/dbconnect.c \ - model/exp004base.c \ + model/exp004base.c -- cgit v0.8.3.1-22-g547a