Browse Source

* Makefile.am (BUILT_SOURCES): Make it `make dist' friendly.
Don't try building this, yet.

Raja R Harinath 26 years ago
parent
commit
aad748e83a
3 changed files with 15 additions and 2 deletions
  1. 2 1
      vfs/.cvsignore
  2. 5 0
      vfs/ChangeLog
  3. 8 1
      vfs/Makefile.am

+ 2 - 1
vfs/.cvsignore

@@ -1,3 +1,4 @@
-mcservx
 Makefile
+Makefile.in
 mcserv
+mcservx

+ 5 - 0
vfs/ChangeLog

@@ -1,3 +1,8 @@
+1998-08-06  Raja R Harinath  <harinath@cs.umn.edu>
+
+	* Makefile.am (BUILT_SOURCES): Make it `make dist' friendly.
+	Don't try building this, yet.
+
 1998-07-31  Nuno Ferreira  <nmrf@rnl.ist.utl.pt>
 
 	* Make-mc.in (install.extfs): Splitted install of $(EXTFS_CONST)

+ 8 - 1
vfs/Makefile.am

@@ -9,8 +9,15 @@
 
 lib_LTLIBRARIES = libvfs.la
 
+if FALSE
+# FIXME: to fool make dist.
+# In `mc' mad.c and mad.h are symlinks to topdir/src/mad.[ch]
+BUILT_SOURCES = mad.c mad.h
+mad_ch = mad.c mad.h
+endif
+
 libvfs_la_SOURCES = callback.h container.c container.h extfs.c extfs.h \
-ftpfs.c ftpfs.h libvfs.c local.c mad.c mad.h mcfs.c mcfs.h mcserv.c \
+ftpfs.c ftpfs.h libvfs.c local.c $(mad_ch) mcfs.c mcfs.h mcserv.c \
 names.c names.h shared.c tar.c tar.h tcputil.c tcputil.h undelfs.c \
 undelfs.h util-alone.c util-alone.h utilvfs.c vfs.c vfs.h