paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 1 | ## Process this file with Automake to create Makefile.in |
| 2 | |
Vincent Bernat | 9e7a548 | 2012-05-22 14:32:22 +0200 | [diff] [blame] | 3 | INCLUDES = @GUILE_CFLAGS@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 4 | DEFS = @DEFS@ -I. -I$(srcdir) |
| 5 | |
Paul P Komkoff Jr | 46bc0e4 | 2008-08-13 16:17:04 +0100 | [diff] [blame] | 6 | AM_CFLAGS = $(PICFLAGS) |
| 7 | AM_LDFLAGS = $(PILDFLAGS) |
| 8 | |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 9 | bin_PROGRAMS = zebra-guile |
| 10 | zebra_guile_SOURCES = zebra-guile.c zebra-support.c guile-bgp.c |
| 11 | noinst_HEADERS = zebra-guile.h |
gdt | b7a97f8 | 2004-07-23 16:23:56 +0000 | [diff] [blame] | 12 | zebra_guile_LDADD = @GUILE_LDFLAGS@ ../bgpd/libbgp.a ../lib/libzebra.la |