File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / libnet / Makefile.am
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 22:14:23 2012 UTC (12 years, 4 months ago) by misho
CVS tags: MAIN, HEAD
Initial revision

    1: # $Id: Makefile.am,v 1.1 2012/02/21 22:14:23 misho 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>