summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-04-30 11:15:27 +0000
committerAndrew Tridgell <tridge@samba.org>2000-04-30 11:15:27 +0000
commit814f37a5e3db3bcbf6478a6c5dd11aa27d6f7c6f (patch)
treef726d8e574253ac0cee8f6aeed7567d0d30ca42b /source3/Makefile.in
parent3727e4aaac043c42d1cdb005f99de9feaededb16 (diff)
downloadsamba-814f37a5e3db3bcbf6478a6c5dd11aa27d6f7c6f.tar.gz
samba-814f37a5e3db3bcbf6478a6c5dd11aa27d6f7c6f.tar.bz2
samba-814f37a5e3db3bcbf6478a6c5dd11aa27d6f7c6f.zip
we don't need fnmatch.c any more
(This used to be commit e23f43e7d3d2a068f527baa63a31f7fe4e60e79d)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 73b8e45400..0daada257d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -107,7 +107,7 @@ LIB_OBJ = lib/charcnv.o lib/charset.o lib/debug.o lib/fault.o \
lib/bitmap.o lib/crc32.o lib/snprintf.o \
lib/util_array.o lib/util_str.o lib/util_sid.o \
lib/util_unistr.o lib/util_file.o \
- lib/util.o lib/util_sock.o lib/util_sec.o smbd/ssl.o lib/fnmatch.o \
+ lib/util.o lib/util_sock.o lib/util_sec.o smbd/ssl.o \
lib/talloc.o lib/hash.o lib/substitute.o lib/fsusage.o \
lib/ms_fnmatch.o \
$(TDB_OBJ)