From 95a2120087eb5b9d142e57ba148eec79d7ede38d Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 29 Nov 2009 22:49:11 +0200 Subject: [PATCH] * Makefile.am: add mu-log to the build --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index aeb01838..25dfe79d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,6 +8,8 @@ mu_SOURCES= \ mu-config.c \ mu-index.c \ mu-index.h \ + mu-log.c \ + mu-log.h \ mu-msg-fields.c \ mu-msg-fields.h \ mu-msg-flags.c \