mc/lib/search/Makefile.am
Slava Zanko 25155c311a Move all interface includes from subdirs lib/*/*.h into lib/*.h
Signed-off-by: Slava Zanko <slavazanko@gmail.com>
2010-01-26 10:30:25 +02:00

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)