mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
25155c311a
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
15 lines
272 B
Makefile
15 lines
272 B
Makefile
noinst_LTLIBRARIES = libsearch.la
|
|
|
|
libsearch_la_SOURCES = \
|
|
search.c \
|
|
internal.h \
|
|
lib.c \
|
|
normal.c \
|
|
regex.c \
|
|
glob.c \
|
|
hex.c
|
|
|
|
libsearch_la_CFLAGS = -I$(top_srcdir) \
|
|
$(GLIB_CFLAGS) \
|
|
-DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\" $(PCRE_CFLAGS)
|