2005-12-12 Harish Krishnaswamy <kharish@novell.com> * Makefile.am: Fix make-clean issues. svn path=/trunk/; revision=30750
17 lines
440 B
Makefile
17 lines
440 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
$(EVOLUTION_CALENDAR_CFLAGS)
|
|
|
|
@EVO_PLUGIN_RULE@
|
|
|
|
plugin_DATA = org-gnome-select-one-source.eplug
|
|
plugin_LTLIBRARIES = liborg-gnome-select-one-source.la
|
|
|
|
liborg_gnome_select_one_source_la_SOURCES = select-one-source.c
|
|
liborg_gnome_select_one_source_la_LDFLAGS = -module -avoid-version
|
|
|
|
EXTRA_DIST = org-gnome-select-one-source.eplug.xml
|
|
|
|
BUILT_SOURCES = $(plugin_DATA)
|
|
CLEANFILES = $(BUILT_SOURCES)
|