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