24 lines
427 B
Text
24 lines
427 B
Text
|
#
|
||
|
# libtest
|
||
|
#
|
||
|
|
||
|
if ENABLE_BGP_VNC
|
||
|
noinst_PROGRAMS += bgpd/rfp-example/rfptest/rfptest
|
||
|
endif
|
||
|
|
||
|
bgpd_rfp_example_rfptest_rfptest_CFLAGS = \
|
||
|
$(AM_CFLAGS) \
|
||
|
-I$(top_srcdir)/bgpd/rfapi \
|
||
|
# end
|
||
|
bgpd_rfp_example_rfptest_rfptest_SOURCES = \
|
||
|
bgpd/rfp-example/rfptest/rfptest.c \
|
||
|
# end
|
||
|
noinst_HEADERS += \
|
||
|
bgpd/rfp-example/rfptest/rfptest.h \
|
||
|
# end
|
||
|
|
||
|
bgpd_rfp_example_rfptest_rfptest_LDADD = \
|
||
|
lib/libfrr.la \
|
||
|
$(RFPLDADD) \
|
||
|
# end
|