[dovecot-cvs] dovecot/src/dict Makefile.am,1.1,1.2

cras at dovecot.org cras at dovecot.org
Sat Jan 14 16:09:07 EET 2006


Update of /var/lib/cvs/dovecot/src/dict
In directory talvi:/tmp/cvs-serv25027

Modified Files:
	Makefile.am 
Log Message:
Compile fix



Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/dovecot/src/dict/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am	30 Dec 2005 22:09:03 -0000	1.1
+++ Makefile.am	14 Jan 2006 14:09:05 -0000	1.2
@@ -4,7 +4,8 @@
 
 AM_CPPFLAGS = \
 	-I$(top_srcdir)/src/lib \
-	-I$(top_srcdir)/src/lib-dict
+	-I$(top_srcdir)/src/lib-dict \
+	-DPKG_RUNDIR=\""$(rundir)"\"
 
 libs = \
 	../lib-dict/libdict.a \



More information about the dovecot-cvs mailing list