From: wangdi Date: Fri, 16 Jan 2004 15:35:26 +0000 (+0000) Subject: add .cvsignore and get rid of -lptlctl flag X-Git-Tag: 1.0.3~45 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=9d1bcee1666c79b38ab95c6617d2ae64a33117b0;p=fs%2Flustre-release.git add .cvsignore and get rid of -lptlctl flag --- diff --git a/lustre/snapfs/utils/.cvsignore b/lustre/snapfs/utils/.cvsignore new file mode 100644 index 0000000..49c6100 --- /dev/null +++ b/lustre/snapfs/utils/.cvsignore @@ -0,0 +1,9 @@ +.Xrefs +config.log +config.status +configure +Makefile +Makefile.in +.deps +TAGS +.*.cmd diff --git a/lustre/snapfs/utils/Makefile.am b/lustre/snapfs/utils/Makefile.am index d5aff12..e6fcc25 100644 --- a/lustre/snapfs/utils/Makefile.am +++ b/lustre/snapfs/utils/Makefile.am @@ -7,7 +7,7 @@ CFLAGS:=-g -O2 -I$(top_srcdir)/utils -I$(top_srcdir)/portals/include -I$(srcdir CPPFLAGS = $(HAVE_LIBREADLINE) KFLAGS:= noinst_PROGRAMS = snapconf -snapconf_LDADD := $(LIBREADLINE) -lptlctl -ltermcap +snapconf_LDADD := $(LIBREADLINE) -ltermcap snapconf_SOURCES = parser.c snapctl.c snapconf.c parser.h snapctl.h include $(top_srcdir)/Rules