Annotation of embedaddon/quagga/watchquagga/Makefile.am, revision 1.1

1.1     ! misho       1: ## Process this file with Automake to create Makefile.in
        !             2: 
        !             3: INCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_srcdir)/lib
        !             4: DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\"
        !             5: 
        !             6: AM_CFLAGS = $(PICFLAGS)
        !             7: AM_LDFLAGS = $(PILDFLAGS)
        !             8: 
        !             9: sbin_PROGRAMS = watchquagga
        !            10: 
        !            11: watchquagga_SOURCES = watchquagga.c
        !            12: watchquagga_LDADD = ../lib/libzebra.la @LIBCAP@

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