summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/lib/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/lib/Makefile.in')
-rw-r--r--contrib/cvs/lib/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/cvs/lib/Makefile.in b/contrib/cvs/lib/Makefile.in
index a8ff862..012d089 100644
--- a/contrib/cvs/lib/Makefile.in
+++ b/contrib/cvs/lib/Makefile.in
@@ -166,6 +166,8 @@ noinst_LIBRARIES = libcvs.a
# Also should look into unifying regular expression matching in CVS
# with the diff library (perhaps to have the caller, CVS, do the
# matching?)
+
+# For the xsize module from GNULIB.
libcvs_a_SOURCES = \
argmatch.c \
getdate.y \
@@ -189,14 +191,15 @@ libcvs_a_SOURCES = \
system.h \
wait.h \
xselect.h \
- xtime.h
-
+ xtime.h\
+xsize.h
libcvs_a_LIBADD = @LIBOBJS@
EXTRA_DIST = \
.cvsignore \
ChangeLog.fsf \
build_lib.com \
+ libcvs.dep libcvs.dsp libcvs.mak \
xgssapi.h
subdir = lib
OpenPOWER on IntegriCloud