Update of /cvsroot/blob/blob/include/net
In directory sc8-pr-cvs1:/tmp/cvs-serv19512/include/net
Added Files:
Makefile.am
Log Message:
- added --enable-network configure option.
--- NEW FILE: Makefile.am ---
# -*- makefile -*-
###########################################################################
## Filename: Makefile.am
## Version: $Id: Makefile.am,v 1.1 2003/03/18 17:38:14 seletz Exp $
## Copyright: Copyright (C) 2003, Stefan Eletzhofer
## Author: Stefan Eletzhofer <ste...@el...>
###########################################################################
noinst_HEADERS = \
arp.h \
ether.h \
ip_bits.h \
net.h \
smc9196.h \
tftp.h
CLEANFILES = ${srcdir}/*~
|