Annotation of embedaddon/iftop/config/Makefile.am, revision 1.1

1.1     ! misho       1: #
        !             2: # config/Makefile.am:
        !             3: # Automake file for the extra config droppings.
        !             4: #
        !             5: # $Id: Makefile.am,v 1.1 2002/11/04 12:27:35 chris Exp $
        !             6: #
        !             7: 
        !             8: EXTRA_DIST = hostentp_ghba_r.c int_ghba_r.c pthread.c
        !             9: 
        !            10: AUX_DIST = config.guess \
        !            11:            config.sub \
        !            12:            install-sh \
        !            13:            ltconfig \
        !            14:            ltmain.sh \
        !            15:            missing \
        !            16:            mkinstalldirs
        !            17: 
        !            18: MAINTERCLEANFILES = $(AUX_DIST)

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