diff options
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 60 |
1 files changed, 34 insertions, 26 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index e88c5998..0f965b07 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,20 +4,24 @@ INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@ DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" lib_LTLIBRARIES = libzebra.la -libzebra_la_LDFLAGS = -version-info 0:0:0 +libzebra_la_LDFLAGS = -version-info 0:0:0 libzebra_la_SOURCES = \ - network.c pid_output.c getopt.c getopt1.c daemon.c \ - checksum.c vector.c linklist.c vty.c command.c \ - sockunion.c prefix.c thread.c if.c memory.c buffer.c table.c hash.c \ - filter.c routemap.c distribute.c stream.c str.c log.c plist.c \ - zclient.c sockopt.c smux.c md5.c if_rmap.c keychain.c privs.c \ - sigevent.c pqueue.c jhash.c memtypes.c workqueue.c symtab.c heap.c \ - qtime.c qpthreads.c mqueue.c qpselect.c qtimers.c qpnexus.c \ - command_queue.c qlib_init.c pthread_safe.c list_util.c \ - vty_io.c vty_cli.c keystroke.c qstring.c vio_fifo.c vio_lines.c \ - qiovec.c qfstring.c errno_names.c - + buffer.c checksum.c command.c command_execute.c \ + command_parse.c command_queue.c daemon.c distribute.c \ + elstring.c errno_names.c filter.c getopt.c getopt1.c \ + hash.c heap.c if.c if_rmap.c jhash.c keychain.c keystroke.c \ + linklist.c list_util.c log.c md5.c memory.c memtypes.c mqueue.c \ + network.c pid_output.c plist.c pqueue.c prefix.c privs.c \ + pthread_safe.c qfstring.c qiovec.c qlib_init.c qpath.c \ + qpnexus.c qpselect.c qpthreads.c qrand.c qstring.c \ + qtime.c qtimers.c routemap.c sigevent.c smux.c \ + sockopt.c sockunion.c str.c stream.c symtab.c \ + table.c thread.c vector.c vio_fifo.c vio_lines.c \ + vty.c vty_cli.c vty_command.c vty_io.c vty_io_basic.c \ + vty_io_file.c vty_io_shell.c vty_io_term.c vty_io_vsh.c \ + vty_log.c workqueue.c zclient.c + BUILT_SOURCES = memtypes.h route_types.h libzebra_la_DEPENDENCIES = @LIB_REGEX@ @@ -25,20 +29,24 @@ libzebra_la_DEPENDENCIES = @LIB_REGEX@ libzebra_la_LIBADD = @LIB_REGEX@ pkginclude_HEADERS = \ - buffer.h checksum.h command.h filter.h getopt.h hash.h \ - if.h linklist.h log.h \ - memory.h network.h prefix.h routemap.h distribute.h sockunion.h \ - str.h stream.h table.h thread.h vector.h version.h vty.h zebra.h \ - plist.h zclient.h sockopt.h smux.h md5.h if_rmap.h keychain.h \ - privs.h sigevent.h pqueue.h jhash.h zassert.h memtypes.h \ - workqueue.h route_types.h symtab.h heap.h \ - qtime.h qpthreads.h mqueue.h qpselect.h qtimers.h qpnexus.h \ - command_queue.h qlib_init.h qafi_safi.h \ - confirm.h miyagi.h pthread_safe.h list_util.h node_type.h uty.h \ - vty_io.h vty_cli.h keystroke.h qstring.h vio_fifo.h vio_lines.h \ - qiovec.h qfstring.h errno_names.h \ - route_types.h command_execute.h - + command.h command_common.h command_execute.h \ + command_local.h command_parse.h command_queue.h confirm.h \ + distribute.h elstring.h errno_names.h filter.h getopt.h \ + hash.h heap.h if.h if_rmap.h jhash.h keychain.h \ + keystroke.h linklist.h list_util.h log.h log_common.h log_local.h \ + md5.h memory.h memtypes.h misc.h miyagi.h mqueue.h \ + network.h plist.h pqueue.h prefix.h privs.h \ + pthread_safe.h qafi_safi.h qdebug_nb.h qfstring.h qiovec.h \ + qlib_init.h qpath.h qpnexus.h qpselect.h qpthreads.h \ + qrand.h qstring.h qtime.h qtimers.h route_types.h \ + routemap.h sigevent.h smux.h sockopt.h sockunion.h str.h \ + stream.h symtab.h table.h thread.h tstring.h vargs.h \ + vector.h version.h vio_fifo.h vio_lines.h vty.h vty_cli.h \ + vty_command.h vty_common.h vty_io.h vty_io_basic.h \ + vty_io_file.h vty_io_shell.h vty_io_term.h vty_io_vsh.h \ + vty_local.h vty_log.h workqueue.h zassert.h zclient.h \ + zconfig.h zebra.h + EXTRA_DIST = regex.c regex-gnu.h memtypes.awk route_types.awk route_types.txt memtypes.h: $(srcdir)/memtypes.c $(srcdir)/memtypes.awk |