*** empty log message ***
This commit is contained in:
parent
6f57179101
commit
1f124013b7
12
src/mk/commondefs
Normal file
12
src/mk/commondefs
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user