Annotation of embedaddon/libnet/Makefile.am, revision 1.1.1.1
1.1 misho 1: # $Id: Makefile.am,v 1.7 2004/03/01 20:26:11 mike Exp $
2: #
3: # Libnet automake information file
4: # Copyright (c) 1998 - 2004 Mike D. Schiffman <mike@infonexus.com>
5: # All rights reserved.
6: #
7: # Process this file with automake to produce a Makefile.in script.
8:
9: include $(top_srcdir)/Makefile.am.common
10:
11: SUBDIRS = include src sample
12:
13: EXTRA_DIST = Makefile.am.common
14:
15: bin_scripts = libnet-config
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>