1
0
mirror of https://github.com/MidnightCommander/mc synced 2025-04-02 21:22:54 +03:00

* Makefile.am: Set samba_libsamba_a_SOURCES to an empty value

to override the default.
This commit is contained in:
Pavel Roskin 2002-05-22 16:12:55 +00:00
parent 1dade2fbc4
commit 19121d3c08
2 changed files with 7 additions and 0 deletions

@ -1,3 +1,8 @@
2002-05-22 Pavel Roskin <proski@gnu.org>
* Makefile.am: Set samba_libsamba_a_SOURCES to an empty value
to override the default.
2002-05-22 Andrew V. Samoilov <kai@cmail.ru>
* fish.c (fish_fh_open): Generate fh->ino->localname

@ -90,6 +90,8 @@ else
libvfs_mc_a_SOURCES = $(NONETFILES)
endif
samba_libsamba_a_SOURCES =
if MCSERV_INSTALL
sbin_PROGRAMS = mcserv
else