Files
evolution/shell/test/Makefile.am
Matthew Barnes 9ede7a7fb4 Enforce unique-1.0 >= 1.1.2 build requirement.
Also, add unique-1.0 to GNOME_PLATFORM so it's included in CFLAGS and
LIBADD variables everywhere.
2010-02-03 09:26:31 -05:00

29 lines
739 B
Makefile

module_LTLIBRARIES = libevolution-module-test.la
libevolution_module_test_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I$(top_srcdir) \
-I$(top_srcdir)/shell \
-I$(top_srcdir)/widgets \
-I$(top_srcdir)/widgets/menus \
-I$(top_srcdir)/widgets/misc \
-I$(top_builddir)/shell \
-DG_LOG_DOMAIN=\"evolution-test\" \
$(GNOME_PLATFORM_CFLAGS)
libevolution_module_test_la_SOURCES = \
evolution-module-test.c \
e-test-shell-backend.c \
e-test-shell-backend.h \
e-test-shell-view.c \
e-test-shell-view.h
libevolution_module_test_la_LIBADD = \
$(top_builddir)/shell/libeshell.la \
$(GNOME_PLATFORM_LIBS)
libevolution_module_test_la_LDFLAGS = \
-avoid-version -module $(NO_UNDEFINED)
-include $(top_srcdir)/git.mk