diff options
Diffstat (limited to 'pimd/subdir.am')
-rw-r--r-- | pimd/subdir.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/subdir.am b/pimd/subdir.am index 355389ed7..ff20164c0 100644 --- a/pimd/subdir.am +++ b/pimd/subdir.am @@ -158,7 +158,7 @@ if DEV_BUILD # (change noinst_ to sbin_ below to install it.) # noinst_PROGRAMS += pimd/pim6d -pimd_pim6d_CFLAGS = $(AM_CFLAGS) -DPIM_IPV=6 +pimd_pim6d_CFLAGS = $(AM_CFLAGS) -DPIM_IPV=6 $(and $(PIM_V6_TEMP_BREAK),-DPIM_V6_TEMP_BREAK) pimd_pim6d_LDADD = lib/libfrr.la $(LIBCAP) endif endif |