mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-12-28 10:35:46 +00:00
17 lines
402 B
Makefile
17 lines
402 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 etc
|
|
|
|
ssd_SOURCES = start-stop-daemon.c
|