Skip to content
Snippets Groups Projects
Commit 9d1bcee1 authored by Wang Di's avatar Wang Di
Browse files

add .cvsignore and get rid of -lptlctl flag

parent a17d61c1
No related branches found
No related tags found
No related merge requests found
.Xrefs
config.log
config.status
configure
Makefile
Makefile.in
.deps
TAGS
.*.cmd
...@@ -7,7 +7,7 @@ CFLAGS:=-g -O2 -I$(top_srcdir)/utils -I$(top_srcdir)/portals/include -I$(srcdir ...@@ -7,7 +7,7 @@ CFLAGS:=-g -O2 -I$(top_srcdir)/utils -I$(top_srcdir)/portals/include -I$(srcdir
CPPFLAGS = $(HAVE_LIBREADLINE) CPPFLAGS = $(HAVE_LIBREADLINE)
KFLAGS:= KFLAGS:=
noinst_PROGRAMS = snapconf noinst_PROGRAMS = snapconf
snapconf_LDADD := $(LIBREADLINE) -lptlctl -ltermcap snapconf_LDADD := $(LIBREADLINE) -ltermcap
snapconf_SOURCES = parser.c snapctl.c snapconf.c parser.h snapctl.h snapconf_SOURCES = parser.c snapctl.c snapconf.c parser.h snapctl.h
include $(top_srcdir)/Rules include $(top_srcdir)/Rules
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment