File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / watchquagga / Makefile.am
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 17:26:12 2012 UTC (12 years, 6 months ago) by misho
Branches: quagga, MAIN
CVS tags: v0_99_21, v0_99_20_1, v0_99_20, HEAD
quagga

## Process this file with Automake to create Makefile.in

INCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_srcdir)/lib
DEFS = @DEFS@ -DSTATEDIR=\"$(localstatedir)/\"

AM_CFLAGS = $(PICFLAGS)
AM_LDFLAGS = $(PILDFLAGS)

sbin_PROGRAMS = watchquagga

watchquagga_SOURCES = watchquagga.c
watchquagga_LDADD = ../lib/libzebra.la @LIBCAP@

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