diff options
Diffstat (limited to 'src/vty')
-rw-r--r-- | src/vty/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vty/Makefile.am b/src/vty/Makefile.am index bc10a0f8..f2859cff 100644 --- a/src/vty/Makefile.am +++ b/src/vty/Makefile.am @@ -5,7 +5,9 @@ LIBVERSION=0:0:0 INCLUDES = $(all_includes) -I$(top_srcdir)/include AM_CFLAGS = -fPIC -Wall +if ENABLE_VTY lib_LTLIBRARIES = libosmovty.la libosmovty_la_SOURCES = buffer.c command.c vty.c vector.c utils.c \ telnet_interface.c logging_vty.c +endif |