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
Avoid compiler errors about comparsion signed and unsigned variables
[midnight-commander.git]
/
lib
/
event
/
Makefile.am
blob
bd1f8a0dd07498bcd96ee5e4eb9cae15a2a58339
1
2
noinst_LTLIBRARIES = libmcevent.la
3
4
libmcevent_la_SOURCES = \
5
event.c \
6
internal.h \
7
manage.c \
8
raise.c
9
10
AM_CPPFLAGS = \
11
-DDATADIR=\""$(pkgdatadir)/"\" \
12
-DLOCALEDIR=\""$(localedir)"\"
13
14
AM_CFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CFLAGS)