Annotation of embedaddon/libnet/Makefile.am.common, revision 1.1.1.2

1.1       misho       1: # $Id: Makefile.am.common,v 1.3 2004/01/03 20:31:00 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: 
                      8: AUTOMAKE_OPTIONS = foreign no-dependencies
                      9: 
                     10: DISTCLEANFILES = *~
1.1.1.2 ! misho      11: 
        !            12: ACLOCAL_AMFLAGS=-I m4
        !            13: 
        !            14: INCLUDES = -I$(top_srcdir)/include
        !            15: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>