[dovecot-cvs] dovecot/src/util Makefile.am, 1.9, 1.10 idxview.c, 1.1, 1.2 logview.c, 1.1, 1.2

tss at dovecot.org tss at dovecot.org
Tue Mar 20 17:00:29 EET 2007


Update of /var/lib/cvs/dovecot/src/util
In directory talvi:/tmp/cvs-serv10716

Modified Files:
	Makefile.am 
Added Files:
	idxview.c logview.c 
Log Message:
Added idxview and logview to dump index/cache/log file contents.



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/util/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.am	12 Nov 2006 19:36:40 -0000	1.9
+++ Makefile.am	20 Mar 2007 15:00:25 -0000	1.10
@@ -1,10 +1,12 @@
 pkglibexecdir = $(libexecdir)/dovecot
 
-pkglibexec_PROGRAMS = rawlog gdbhelper
+pkglibexec_PROGRAMS = rawlog gdbhelper idxview logview
 sbin_PROGRAMS = dovecotpw
 
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/src/lib \
+	-I$(top_srcdir)/src/lib-mail \
+	-I$(top_srcdir)/src/lib-index \
 	-I$(top_srcdir)/src/auth
 
 rawlog_LDADD = \
@@ -19,6 +21,18 @@
 gdbhelper_SOURCES = \
 	gdbhelper.c
 
+idxview_LDADD = \
+	../lib/liblib.a
+
+idxview_SOURCES = \
+	idxview.c
+
+logview_LDADD = \
+	../lib/liblib.a
+
+logview_SOURCES = \
+	logview.c
+
 dovecotpw_LDADD = \
 	../auth/libpassword.a \
 	../lib-ntlm/libntlm.a \





More information about the dovecot-cvs mailing list