recoll/src/mk/Linux
2006-10-22 15:55:32 +00:00

12 lines
246 B
Plaintext

include $(depth)/mk/commondefs
include $(depth)/mk/localdefs
ALL_CXXFLAGS = $(CXXFLAGS) $(COMMONCXXFLAGS) $(LOCALCXXFLAGS) \
-D_GNU_SOURCE \
-DPUTENV_ARG_NOT_CONST \
-DHAVE_VASPRINTF=1 \
-DHAVE_MKDTEMP=1
LIBSYS = -lpthread -ldl