-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 34c227d..8ecbef1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -59,7 +59,7 @@ AM_CFLAGS = -Wall -std=gnu99 -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE | |||
59 | 59 | ||
60 | CLEANFILES = \ | 60 | CLEANFILES = \ |
61 | controller/clear_selection.c \ | 61 | controller/clear_selection.c \ |
62 | db/dbconnect.c \ | ||
63 | model/exp004base.c \ | ||
64 | controller/selection_from_db.c \ | 62 | controller/selection_from_db.c \ |
65 | controller/selsave.c | 63 | controller/selsave.c |
64 | db/dbconnect.c \ | ||
65 | model/exp004base.c \ | ||