Update of /cvsroot/cscope/cscope/contrib
In directory usw-pr-cvs1:/tmp/cvs-serv422/contrib
Modified Files:
Makefile.am
Log Message:
Further steps to "make dist" and "make distcheck" work
Index: Makefile.am
===================================================================
RCS file: /cvsroot/cscope/cscope/contrib/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Makefile.am 2000/05/19 01:13:54 1.1
--- Makefile.am 2001/06/27 15:51:26 1.2
***************
*** 2,3 ****
--- 2,6 ----
bin_SCRIPTS = ocs
+
+ EXTRA_DIST = ocs README xcscope
+
|