From 994667ad86da134fde841d5c5b6612087920d947 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sat, 6 Jan 2001 19:24:12 +0000 Subject: [PATCH] Fixety fix --- vfs/Makefile.am | 2 ++ vfs/extfs/Makefile.am | 1 + 2 files changed, 3 insertions(+) diff --git a/vfs/Makefile.am b/vfs/Makefile.am index d10e4b428..bd9281308 100644 --- a/vfs/Makefile.am +++ b/vfs/Makefile.am @@ -54,3 +54,5 @@ libvfs_la_SOURCES = \ xdirentry.h libvfs_la_LDFLAGS = -version-info 27:0:27 + +SUBDIRS = extfs diff --git a/vfs/extfs/Makefile.am b/vfs/extfs/Makefile.am index b94c1456c..d85beb60e 100644 --- a/vfs/extfs/Makefile.am +++ b/vfs/extfs/Makefile.am @@ -39,3 +39,4 @@ extfs_DATA = $(EXTFS_MISC) extfs_SCRIPTS = $(EXTFS_CONST) $(EXTFS_OUT) EXTRA_DIST = $(EXTFS_MISC) $(EXTFS_CONST) +