diff options
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/Makefile.am b/zebra/Makefile.am index 5d8db411..542f36f4 100644 --- a/zebra/Makefile.am +++ b/zebra/Makefile.am @@ -19,6 +19,9 @@ ioctl_method = @IOCTL_METHOD@ otherobj = $(ioctl_method) $(ipforward) $(if_method) $(if_proc) \ $(rt_method) $(rtread_method) $(kernel_method) $(other_method) +AM_CFLAGS = $(PICFLAGS) +AM_LDFLAGS = $(PILDFLAGS) + sbin_PROGRAMS = zebra noinst_PROGRAMS = testzebra |