mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 02:49:01 +00:00
17 lines
296 B
Makefile
17 lines
296 B
Makefile
## $Id: Makefile.am 618 2006-01-15 06:42:19Z dugsong $
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
SUBDIRS = include man src python test
|
|
|
|
bin_SCRIPTS = dnet-config
|
|
|
|
EXTRA_DIST = LICENSE Makefile.am.common acconfig.h
|
|
|
|
CLEANFILES = dnet-config
|
|
|
|
aux_dir = config
|
|
|
|
AUX_DIST = $(aux_dir)/acinclude.m4
|
|
|