mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Reorganize source structure: move search engine files into src/search subdir
This commit is contained in:
parent
a1f0d9429c
commit
b2442d1b1e
@ -2,7 +2,7 @@
|
|||||||
#define MC_EDIT_WIDGET_H
|
#define MC_EDIT_WIDGET_H
|
||||||
|
|
||||||
#include "../src/dialog.h" /* Widget */
|
#include "../src/dialog.h" /* Widget */
|
||||||
#include "../src/search.h" /* mc_search_t */
|
#include "../src/search/search.h" /* mc_search_t */
|
||||||
#include "edit.h"
|
#include "edit.h"
|
||||||
|
|
||||||
#define MAX_MACRO_LENGTH 1024
|
#define MAX_MACRO_LENGTH 1024
|
||||||
|
@ -39,6 +39,8 @@ mc_LDADD = $(EDITLIB) $(SLANGLIB) $(VFSLIB) \
|
|||||||
|
|
||||||
CHARSET_SRC = charsets.c charsets.h selcodepage.c selcodepage.h
|
CHARSET_SRC = charsets.c charsets.h selcodepage.c selcodepage.h
|
||||||
|
|
||||||
|
MC_MODULE_SEARCH_FILES = search/search.c search/search.h
|
||||||
|
|
||||||
SRCS = achown.c achown.h background.c background.h boxes.c boxes.h \
|
SRCS = achown.c achown.h background.c background.h boxes.c boxes.h \
|
||||||
chmod.c chmod.h chown.c chown.h cmd.c cmd.h color.c color.h \
|
chmod.c chmod.h chown.c chown.h cmd.c cmd.h color.c color.h \
|
||||||
command.c command.h complete.c cons.handler.c \
|
command.c command.h complete.c cons.handler.c \
|
||||||
@ -61,7 +63,7 @@ SRCS = achown.c achown.h background.c background.h boxes.c boxes.h \
|
|||||||
widget.h win.c win.h wtools.c wtools.h unixcompat.h \
|
widget.h win.c win.h wtools.c wtools.h unixcompat.h \
|
||||||
x11conn.h x11conn.c ecs.h ecs.c \
|
x11conn.h x11conn.c ecs.h ecs.c \
|
||||||
strutil.h strutil.c strutilascii.c strutil8bit.c strutilutf8.c \
|
strutil.h strutil.c strutilascii.c strutil8bit.c strutilutf8.c \
|
||||||
search.c search.h
|
$(MC_MODULE_SEARCH_FILES)
|
||||||
|
|
||||||
if CHARSET
|
if CHARSET
|
||||||
mc_SOURCES = $(SRCS) $(CHARSET_SRC)
|
mc_SOURCES = $(SRCS) $(CHARSET_SRC)
|
||||||
|
Loading…
Reference in New Issue
Block a user