diff options
author | paul <paul> | 2003-03-17 23:54:15 +0000 |
---|---|---|
committer | paul <paul> | 2003-03-17 23:54:15 +0000 |
commit | 1b5d019a115bcf69786c870feb93f685ce806ff0 (patch) | |
tree | 21af7fbe108d2555d841291ba6ca089ba7850013 /lib | |
parent | 7ea487bcd2afa7e91874f20a4d9f12369937686d (diff) |
Amir Guindehi <amir@datacore.ch>
--------------------------------
I've attached a small patch for zebra-pj, which adds the installation of
libospf.a libzebra.a, libospfapi.a and the needed headers for ospfapi
clients. the headers get installed to /usr/include/ospfd/* and
/usr/include/ospfapi.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 81f1e41e..02680603 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" -noinst_LIBRARIES = libzebra.a +lib_LIBRARIES = libzebra.a libzebra_a_SOURCES = \ version.c network.c pid_output.c getopt.c getopt1.c daemon.c \ |