mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 18:04:03 +00:00

As discussed on the mailing list, the cumulus directory should be going away. This commit moves the ssd from cumulus to tools Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
19 lines
424 B
Makefile
19 lines
424 B
Makefile
AM_CPPFLAGS = -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib
|
|
DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\"
|
|
AM_CFLAGS = $(WERROR)
|
|
EXTRA_DIST =
|
|
|
|
bin_PROGRAMS = permutations
|
|
sbin_PROGRAMS = ssd
|
|
|
|
permutations_SOURCES = permutations.c
|
|
permutations_LDADD = ../lib/libfrr.la
|
|
|
|
sbin_SCRIPTS = frr-reload.py frr
|
|
|
|
EXTRA_DIST += frr.service frr-reload.py frr
|
|
|
|
EXTRA_DIST += xml2cli.pl
|
|
|
|
ssd_SOURCES = start-stop-daemon.c
|