From: Pierre Habouzit Date: Mon, 11 Dec 2006 09:05:31 +0000 (+0100) Subject: Merge branch 'master' of pan:/git/madmutt X-Git-Url: http://git.madism.org/?a=commitdiff_plain;h=24b852b7ee31a675952de8c42643d2448086bbba;hp=e00a897e094ccd0c1ecf8567240d16695dcdb7e5;p=apps%2Fmadmutt.git Merge branch 'master' of pan:/git/madmutt --- diff --git a/Makefile.am b/Makefile.am index 66ec987..5fc7486 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,7 @@ BUILT_SOURCES = keymap_defs.h version.h charset.gperf rctokens.gperf rcparser.c DISTCLEANFILES = $(BUILT_SOURCES) rcparser.c rcparser.h: rcparser.y + $(MAKE) -C tools lemon $(top_builddir)/tools/lemon -s $< touch rcparser.c rcparser.h @@ -41,7 +42,7 @@ madmutt_DEPENDENCIES = @MUTT_LIB_OBJECTS@ @LIBOBJS@ \ $(top_builddir)/lib-ui/libui.a \ $(top_builddir)/lib-mx/libmx.a \ \ - $(top_builddir)/pop/libpop.a \ + $(top_builddir)/pop/libpop.a \ $(top_builddir)/imap/libimap.a \ $(LIBNNTPDEPS) $(INTLDEPS)