Move ttynvt source to src/
This commit is contained in:
committed by
Kim Woelders
parent
cf6b334bcc
commit
e3675b9e89
+2
-15
@@ -1,20 +1,7 @@
|
||||
# Build ttynvt
|
||||
#
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
aclocal.m4 autom4te.cache compile config.h.in config.h.in~ configure \
|
||||
depcomp install-sh missing \
|
||||
Makefile.in
|
||||
Makefile.in */Makefile.in
|
||||
|
||||
CFLAGS_OPT = -O3
|
||||
CFLAGS_WARN = -Wall -Wextra -Werror -Wno-unused-parameter
|
||||
|
||||
bin_PROGRAMS = ttynvt
|
||||
|
||||
ttynvt_SOURCES = \
|
||||
ttynvt.c \
|
||||
telnet_basic.c telnet_rfc2217.c telnet.h telnet_param.h
|
||||
|
||||
ttynvt_CPPFLAGS = -I$(top_builddir) $(FUSE_CFLAGS) $(CFLAGS_OPT) $(CFLAGS_WARN)
|
||||
|
||||
ttynvt_LDADD = $(FUSE_LIBS)
|
||||
SUBDIRS = src
|
||||
|
||||
Reference in New Issue
Block a user