mirror of
https://github.com/alex-sector/dns2tcp.git
synced 2025-05-08 17:52:30 +08:00
9 lines
196 B
Makefile
9 lines
196 B
Makefile
# $Id: Makefile.am,v 1.3.4.1 2010/05/18 15:35:47 dembour Exp $
|
|
SUBDIRS = $(DIRECTORIES) man
|
|
DIST_SUBDIRS = $(DIRECTORIES) man
|
|
EXTRA_DIST = common
|
|
|
|
dist-hook:
|
|
rm -rf `find $(distdir)/ -name CVS`
|
|
|