11 lines
217 B
Makefile
11 lines
217 B
Makefile
|
|
MAINTAINERCLEANFILES = \
|
|
aclocal.m4 autom4te.cache compile config.h.in config.h.in~ configure \
|
|
depcomp install-sh missing \
|
|
Makefile.in */Makefile.in
|
|
|
|
SUBDIRS = lib src
|
|
if BUILD_TESTTOOLS
|
|
SUBDIRS += nvtsrv
|
|
endif
|