repo.or.cz
/
kaloumi3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch '2121_dir_symlink'
[kaloumi3.git]
/
lib
/
search
/
Makefile.am
blob
a89fbcd426b768ed053e0131ccb53c39705e86f6
1
noinst_LTLIBRARIES = libsearch.la
2
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
11
12
libsearch_la_CFLAGS = -I$(top_srcdir) \
13
$(GLIB_CFLAGS) \
14
-DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\" $(PCRE_CFLAGS)