Files
evolution/plugins/ipod-sync/Makefile.am
Milan Crha f4cf9af33c Use -no-undefined on Linux too
There still left two things opened, search for KILL-BONOBO to find them.
One is in calendar's Makefile.am, one in composer.
2009-05-20 16:50:00 +02:00

30 lines
726 B
Makefile

INCLUDES = \
-I$(top_srcdir) \
$(EVOLUTION_CALENDAR_CFLAGS) \
-DDBUS_API_SUBJECT_TO_CHANGE
@EVO_PLUGIN_RULE@
plugin_DATA = org-gnome-ipod-sync-evolution.eplug
plugin_LTLIBRARIES = liborg-gnome-ipod-sync-evolution.la
liborg_gnome_ipod_sync_evolution_la_SOURCES = \
ipod-sync.c \
ical-format.c \
evolution-ipod-sync.c \
ipod.c \
format-handler.h \
evolution-ipod-sync.h
liborg_gnome_ipod_sync_evolution_la_LDFLAGS = -module -avoid-version $(NO_UNDEFINED)
liborg_gnome_ipod_sync_evolution_la_LIBADD = \
$(EVOLUTION_CALENDAR_LIBS)
EXTRA_DIST = org-gnome-ipod-sync-evolution.eplug.xml
BUILT_SOURCES = $(plugin_DATA)
CLEANFILES = $(BUILT_SOURCES)
-include $(top_srcdir)/git.mk