mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-08 19:34:47 +03:00
11 lines
155 B
Makefile
11 lines
155 B
Makefile
|
|
noinst_LTLIBRARIES = libmcevent.la
|
|
|
|
libmcevent_la_SOURCES = \
|
|
event.c \
|
|
internal.h \
|
|
manage.c \
|
|
raise.c
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)
|