Reorganize source structure: move search engine files into src/search subdir

This commit is contained in:
Slava Zanko 2009-04-25 10:25:13 +03:00
parent a1f0d9429c
commit b2442d1b1e
4 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#define MC_EDIT_WIDGET_H
#include "../src/dialog.h" /* Widget */
#include "../src/search.h" /* mc_search_t */
#include "../src/search/search.h" /* mc_search_t */
#include "edit.h"
#define MAX_MACRO_LENGTH 1024

View File

@ -39,6 +39,8 @@ mc_LDADD = $(EDITLIB) $(SLANGLIB) $(VFSLIB) \
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 \
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 \
@ -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 \
x11conn.h x11conn.c ecs.h ecs.c \
strutil.h strutil.c strutilascii.c strutil8bit.c strutilutf8.c \
search.c search.h
$(MC_MODULE_SEARCH_FILES)
if CHARSET
mc_SOURCES = $(SRCS) $(CHARSET_SRC)