-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |