mirror of
https://github.com/JHUAPL/kvspool.git
synced 2026-01-09 07:27:55 -05:00
10 lines
96 B
Makefile
10 lines
96 B
Makefile
SUBDIRS = src utils
|
|
|
|
if HAVE_PYTHON
|
|
SUBDIRS += kvpy
|
|
endif
|
|
|
|
if HAVE_PERL
|
|
SUBDIRS += kvperl
|
|
endif
|