root/lib/event/Makefile.am

/* [previous][next][first][last][top][bottom][index][help]  */
 
noinst_LTLIBRARIES = libmcevent.la
 
libmcevent_la_SOURCES = \
        event.c \
        internal.h \
        manage.c \
        raise.c
 
AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS)

/* [previous][next][first][last][top][bottom][index][help]  */