*** empty log message ***

This commit is contained in:
dockes 2005-10-21 15:45:03 +00:00
parent 6f57179101
commit 1f124013b7

12
src/mk/commondefs Normal file
View File

@ -0,0 +1,12 @@
# Definitions mostly common to all systems, can be overridden by
# sys-specific include
COMMONCXXFLAGS = -Wall -Wno-unused -g -I. -I../index -I../utils -I../common \
-I../unac -I../bincimapmime -I/usr/local/include
LIBXAPIAN = -L/usr/local/lib -lxapian
LIBXAPIANSTATIC = /usr/local/lib/libxapian.a
BIGLIB = ../lib/librcl.a
MIMELIB = ../bincimapmime/libmime.a