2004-10-20 Not Zed <NotZed@Ximian.com> * Makefile.am (INCLUDES): removed camel from include path, everything should include camel/foo. svn path=/trunk/; revision=27641
12 lines
307 B
Makefile
12 lines
307 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
$(EVOLUTION_MAIL_CFLAGS)
|
|
|
|
@EVO_PLUGIN_RULE@
|
|
|
|
plugin_DATA = org-gnome-subject-thread.eplug
|
|
plugin_LTLIBRARIES = liborg-gnome-subject-thread.la
|
|
|
|
liborg_gnome_subject_thread_la_SOURCES = subject-thread.c
|
|
liborg_gnome_subject_thread_la_LDFLAGS = -module -avoid-version
|