mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
src/filemanager/Makefile.am: cleanup source file list.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
0ffb5b190c
commit
9cfff5ccbf
@ -18,8 +18,8 @@ libmcfilemanager_la_SOURCES = \
|
|||||||
hotlist.c hotlist.h \
|
hotlist.c hotlist.h \
|
||||||
info.c info.h \
|
info.c info.h \
|
||||||
layout.c layout.h \
|
layout.c layout.h \
|
||||||
listmode.c listmode.h \
|
|
||||||
midnight.h midnight.c \
|
midnight.h midnight.c \
|
||||||
|
mountlist.c mountlist.h \
|
||||||
option.c option.h \
|
option.c option.h \
|
||||||
panelize.c panelize.h \
|
panelize.c panelize.h \
|
||||||
panel.c panel.h \
|
panel.c panel.h \
|
||||||
@ -27,9 +27,8 @@ libmcfilemanager_la_SOURCES = \
|
|||||||
treestore.c treestore.h \
|
treestore.c treestore.h \
|
||||||
usermenu.c usermenu.h
|
usermenu.c usermenu.h
|
||||||
|
|
||||||
#if USE_MOUNTLIST
|
# Unmaintained, unsupported, etc
|
||||||
libmcfilemanager_la_SOURCES += mountlist.c mountlist.h
|
# listmode.c listmode.h
|
||||||
#endif
|
|
||||||
|
|
||||||
AM_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CFLAGS)
|
AM_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CFLAGS)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user