summaryrefslogtreecommitdiffstats
path: root/lib/search/Makefile.am
blob: 48774a5ae8c905c89e8f46da4903869b2c0ebfe2 (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)