Files
kvspool/Makefile.am
2012-03-18 23:01:37 -04:00

12 lines
114 B
Makefile

SUBDIRS = src utils
if HAVE_PYTHON
if HAVE_SSL
SUBDIRS += kvpy
endif
endif
if HAVE_PERL
SUBDIRS += kvperl
endif