mirror of https://github.com/MidnightCommander/mc
* Makefile.am: Excluded pipethough.{c,h} from the distribution
as they are currently unused.
This commit is contained in:
parent
de3bc90f37
commit
830f64d719
|
@ -1,3 +1,8 @@
|
|||
2004-11-10 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* Makefile.am: Excluded pipethough.{c,h} from the distribution
|
||||
as they are currently unused.
|
||||
|
||||
2004-11-10 Andrew V. Samoilov <sav@bcs.zp.ua>
|
||||
|
||||
* hotlist.c (unlink_entry): Add missed brackets.
|
||||
|
|
|
@ -59,8 +59,7 @@ SRCS = achown.c achown.h background.c background.h boxes.c boxes.h \
|
|||
slint.c subshell.c subshell.h textconf.c textconf.h \
|
||||
tree.c tree.h treestore.c treestore.h tty.h user.c user.h \
|
||||
util.c util.h utilunix.c view.c view.h vfsdummy.h widget.c \
|
||||
widget.h win.c win.h wtools.c wtools.h \
|
||||
pipethrough.c pipethrough.h
|
||||
widget.h win.c win.h wtools.c wtools.h
|
||||
|
||||
if MAINTAINER_MODE
|
||||
man_MANS= pipethrough.3
|
||||
|
|
Loading…
Reference in New Issue