Whamcloud - gitweb
add .cvsignore and get rid of -lptlctl flag
authorwangdi <wangdi>
Fri, 16 Jan 2004 15:35:26 +0000 (15:35 +0000)
committerwangdi <wangdi>
Fri, 16 Jan 2004 15:35:26 +0000 (15:35 +0000)
lustre/snapfs/utils/.cvsignore [new file with mode: 0644]
lustre/snapfs/utils/Makefile.am

diff --git a/lustre/snapfs/utils/.cvsignore b/lustre/snapfs/utils/.cvsignore
new file mode 100644 (file)
index 0000000..49c6100
--- /dev/null
@@ -0,0 +1,9 @@
+.Xrefs
+config.log
+config.status
+configure
+Makefile
+Makefile.in
+.deps
+TAGS
+.*.cmd
index d5aff12..e6fcc25 100644 (file)
@@ -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