summaryrefslogtreecommitdiffstats
path: root/examples/VFS/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'examples/VFS/Makefile.in')
-rw-r--r--examples/VFS/Makefile.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/examples/VFS/Makefile.in b/examples/VFS/Makefile.in
index 2ffd23b8538..46e1a90263b 100644
--- a/examples/VFS/Makefile.in
+++ b/examples/VFS/Makefile.in
@@ -6,11 +6,8 @@ LDSHFLAGS = -shared
srcdir = @builddir@
FLAGS = $(CFLAGS) -Iinclude -I$(srcdir)/include -I$(srcdir)/ubiqx -I$(srcdir)/smbwrapper -I. $(CPPFLAGS) -I$(srcdir)
-VFS_OBJS = audit.so recycle.so netatalk.so
-
-# Default target
-
-default: $(VFS_OBJS)
+# Auto target
+default: $(patsubst %.c,%.so,$(wildcard *.c))
# Pattern rules
@@ -24,5 +21,4 @@ default: $(VFS_OBJS)
clean:
rm -rf .libs
- rm -f core *~ *% *.bak \
- $(VFS_OBJ) $(VFS_OBJS)
+ rm -f core *~ *% *.bak *.o *.so