view schedule/Makefile.am @ 981:efa713151e2b org.guifications.plugins

Using "-I m4macros" as aclocal arguments is not valid, as we don't have an m4macros directory.
author rekkanoryo@guifications.org
date Thu, 27 Nov 2008 18:22:45 -0500
parents 9276e5d6f485
children
line wrap: on
line source

HEADER_FILES = \
	schedule.h

EXTRA_DIST = \
	plugins.cfg \
	$(HEADER_FILES)

pidgin_scheduledir = $(PIDGIN_LIBDIR)

pidgin_schedule_la_LDFLAGS = -module -avoid-version

pidgin_schedule_la_LIBADD = \
	$(PIDGIN_LIBS) \
	$(GTK_LIBS)

if HAVE_PIDGIN

pidgin_schedule_LTLIBRARIES = pidgin-schedule.la

pidgin_schedule_la_SOURCES = \
	schedule.c	\
	pidgin-schedule.c

endif

AM_CPPFLAGS = \
	-DLIBDIR=\"$(PIDGIN_LIBDIR)\" \
	-DDATADIR=\"$(PIDGIN_DATADIR)\" \
	-DPIXMAPSDIR=\"$(PIDGIN_PIXMAPSDIR)\" \
	$(GTK_CFLAGS) \
	$(DEBUG_CFLAGS) \
	$(PIDGIN_CFLAGS)