version 1.1.1.1, 2012/02/21 17:26:12
|
version 1.1.1.3, 2016/11/02 10:09:12
|
Line 1
|
Line 1
|
## Process this file with automake to produce Makefile.in. |
## Process this file with automake to produce Makefile.in. |
|
|
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@ | AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib |
| AM_CFLAGS = $(WERROR) |
DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\" |
DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\" |
INSTALL_SDATA=@INSTALL@ -m 600 |
INSTALL_SDATA=@INSTALL@ -m 600 |
|
|
lib_LTLIBRARIES = libospf.la |
lib_LTLIBRARIES = libospf.la |
libospf_la_LDFLAGS = -version 0:0:0 | libospf_la_LDFLAGS = -version-info 0:0:0 |
| libospf_la_LIBADD = ../lib/libzebra.la |
|
|
sbin_PROGRAMS = ospfd |
sbin_PROGRAMS = ospfd |
|
|