repo.or.cz
/
free-mc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Lock file is created and destroyed with full path.
[free-mc.git]
/
lib
/
filehighlight
/
Makefile.am
blob
c42f02b90d354874dd92fa75f7d7635abfeaa860
1
noinst_LTLIBRARIES = libmcfilehighlight.la
2
3
libmcfilehighlight_la_SOURCES = \
4
common.c \
5
get-color.c \
6
ini-file-read.c \
7
internal.h
8
9
libmcfilehighlight_la_CFLAGS = -I$(top_srcdir) \
10
$(GLIB_CFLAGS) $(PCRE_CFLAGS) \
11
-DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\"