Added -g, --oldmouse option to support of NORMAL/BUTTON_EVENT mouse type.
[midnight-commander.git] / lib / search / Makefile.am
bloba89fbcd426b768ed053e0131ccb53c39705e86f6
1 noinst_LTLIBRARIES = libsearch.la
3 libsearch_la_SOURCES = \
4         search.c \
5         internal.h \
6         lib.c \
7         normal.c \
8         regex.c \
9         glob.c \
10         hex.c
12 libsearch_la_CFLAGS = -I$(top_srcdir) \
13         $(GLIB_CFLAGS) \
14         -DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\" $(PCRE_CFLAGS)