diff options
Diffstat (limited to 'guile')
-rw-r--r-- | guile/.gitignore | 10 | ||||
-rw-r--r-- | guile/ChangeLog | 26 | ||||
-rw-r--r-- | guile/Makefile.am | 3 |
3 files changed, 13 insertions, 26 deletions
diff --git a/guile/.gitignore b/guile/.gitignore new file mode 100644 index 00000000..5c2e06b6 --- /dev/null +++ b/guile/.gitignore @@ -0,0 +1,10 @@ +Makefile +*.o +zebra-guile +Makefile.in +.nfs* +.arch-inventory +.arch-ids +*~ +*.loT + diff --git a/guile/ChangeLog b/guile/ChangeLog deleted file mode 100644 index 751e952c..00000000 --- a/guile/ChangeLog +++ /dev/null @@ -1,26 +0,0 @@ -2000-10-02 Kunihiro Ishiguro <kunihiro@zebra.org> - - * zebra-0.89 is released. - -2000-08-17 Kunihiro Ishiguro <kunihiro@zebra.org> - - * zebra-0.88 is released. - -1999-04-18 Kunihiro Ishiguro <kunihiro@zebra.org> - - * guile-bgp.c (scm_router_bgp): Allocate real struct bgp object. - - * Makefile.am: Delete -DPACKAGE and -DVERSION. - - * zebra-guile.h: File added. - * zebra-support.c: File added. - * guile-bgp.c: File added. - -1999-04-15 Kunihiro Ishiguro <kunihiro@zebra.org> - - * guile/Makefile.am (INCLUDES): Use @GUILE_CFLAGS@ and - @GUILE_LDFLAGS@ - -1999-04-14 Kunihiro Ishiguro <kunihiro@zebra.org> - - * zebra-guile work restarted. diff --git a/guile/Makefile.am b/guile/Makefile.am index ecdb8f32..5beb71c4 100644 --- a/guile/Makefile.am +++ b/guile/Makefile.am @@ -3,6 +3,9 @@ INCLUDES = @GUILE_CFLAGS@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib DEFS = @DEFS@ -I. -I$(srcdir) +AM_CFLAGS = $(PICFLAGS) +AM_LDFLAGS = $(PILDFLAGS) + bin_PROGRAMS = zebra-guile zebra_guile_SOURCES = zebra-guile.c zebra-support.c guile-bgp.c noinst_HEADERS = zebra-guile.h |