mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
13 lines
245 B
Makefile
13 lines
245 B
Makefile
|
|
||
|
noinst_LTLIBRARIES = libmcevent.la
|
||
|
|
||
|
libmcevent_la_SOURCES = \
|
||
|
event.c \
|
||
|
internal.h \
|
||
|
manage.c \
|
||
|
raise.c
|
||
|
|
||
|
libmcevent_la_CFLAGS=-I$(top_srcdir) \
|
||
|
$(GLIB_CFLAGS) $(PCRE_CFLAGS) \
|
||
|
-DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\"
|