mirror of
https://github.com/JHUAPL/kvspool.git
synced 2026-01-09 15:37:56 -05:00
12 lines
114 B
Makefile
12 lines
114 B
Makefile
SUBDIRS = src utils
|
|
|
|
if HAVE_PYTHON
|
|
if HAVE_SSL
|
|
SUBDIRS += kvpy
|
|
endif
|
|
endif
|
|
|
|
if HAVE_PERL
|
|
SUBDIRS += kvperl
|
|
endif
|