summaryrefslogtreecommitdiffstats
path: root/lib/search/Makefile.am
blob: ed9d3aadb9252b6ecfcfe8100906ab268bdfed35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
noinst_LTLIBRARIES = libsearch.la

libsearch_la_SOURCES = \
	search.c \
	internal.h \
	lib.c \
	normal.c \
	regex.c \
	glob.c \
	hex.c

AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CPPFLAGS)