2009-04-25 11:09:47 +03:00
|
|
|
noinst_LTLIBRARIES = libsearch.la
|
|
|
|
|
|
|
|
libsearch_la_SOURCES = \
|
|
|
|
search.c \
|
|
|
|
internal.h \
|
|
|
|
lib.c \
|
|
|
|
normal.c \
|
2009-04-30 16:06:24 +03:00
|
|
|
regex.c \
|
2009-05-05 22:28:27 +03:00
|
|
|
glob.c \
|
|
|
|
hex.c
|
2009-04-25 11:09:47 +03:00
|
|
|
|
2010-01-08 16:47:19 +02:00
|
|
|
libsearch_la_CFLAGS = -I$(top_srcdir) \
|
2009-04-25 11:09:47 +03:00
|
|
|
$(GLIB_CFLAGS) \
|
2009-05-05 16:19:32 +03:00
|
|
|
-DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\" $(PCRE_CFLAGS)
|