blob: b4d538bdad304a196b491783db0799a0664a3861 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001## Process this file with automake to produce Makefile.in.
2
3INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib
4DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
5
gdt87efd642004-06-30 17:36:11 +00006lib_LTLIBRARIES = libzebra.la
gdtb7a97f82004-07-23 16:23:56 +00007libzebra_la_LDFLAGS = -version 0:0:0
paul718e3742002-12-13 20:15:29 +00008
gdt87efd642004-06-30 17:36:11 +00009libzebra_la_SOURCES = \
hasso6590f2c2004-10-19 20:40:08 +000010 network.c pid_output.c getopt.c getopt1.c daemon.c \
11 checksum.c vector.c linklist.c vty.c command.c \
paul718e3742002-12-13 20:15:29 +000012 sockunion.c prefix.c thread.c if.c memory.c buffer.c table.c hash.c \
13 filter.c routemap.c distribute.c stream.c str.c log.c plist.c \
paul2d75d052004-01-19 21:31:15 +000014 zclient.c sockopt.c smux.c md5.c if_rmap.c keychain.c privs.c \
paulb9790b32004-07-09 14:05:47 +000015 debug.c sigevent.c pqueue.c jhash.c
paul718e3742002-12-13 20:15:29 +000016
gdt87efd642004-06-30 17:36:11 +000017libzebra_la_DEPENDENCIES = @LIB_REGEX@
paul718e3742002-12-13 20:15:29 +000018
gdt87efd642004-06-30 17:36:11 +000019libzebra_la_LIBADD = @LIB_REGEX@
paul718e3742002-12-13 20:15:29 +000020
gdtaf273652003-12-08 18:12:34 +000021pkginclude_HEADERS = \
paul718e3742002-12-13 20:15:29 +000022 buffer.h command.h filter.h getopt.h hash.h if.h linklist.h log.h \
23 memory.h network.h prefix.h routemap.h distribute.h sockunion.h \
24 str.h stream.h table.h thread.h vector.h version.h vty.h zebra.h \
pauledd7c242003-06-04 13:59:38 +000025 plist.h zclient.h sockopt.h smux.h md5-gnu.h if_rmap.h keychain.h \
paulb9790b32004-07-09 14:05:47 +000026 privs.h debug.h sigevent.h pqueue.h jhash.h
paul718e3742002-12-13 20:15:29 +000027
28EXTRA_DIST = regex.c regex-gnu.h
29