repo.or.cz
/
midnight-commander.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(copy_file_file_display_progress): remove dead code.
[midnight-commander.git]
/
lib
/
search
/
Makefile.am
blob
48774a5ae8c905c89e8f46da4903869b2c0ebfe2
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
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)