# $Id: Makefile.am 21631 2006-05-11 21:24:25Z benny $

INCLUDES =								\
	-I$(top_srcdir)							\
	-I$(top_srcdir)/plugins/gtk_common				\
	-I$(top_builddir)						\
	-DLOCALEDIR=\""$(localedir)"\"					\
	-DDATADIR=\"$(datadir)\"
	$(PLATFORM_CPPFLAGS)

plugindir = $(libdir)/xfce4/mcs-plugins
plugin_LTLIBRARIES =							\
	ui_plugin.la

ui_plugin_la_SOURCES =							\
	ui_plugin.c

ui_plugin_la_CFLAGS =							\
	$(LIBX11_CFLAGS)						\
	$(LIBXFCEGUI4_CFLAGS)						\
	$(XFCE_MCS_MANAGER_CFLAGS)					\
	$(PLATFORM_CFLAGS)

ui_plugin_la_LDFLAGS =							\
	-avoid-version							\
	-module								\
	-no-undefined							\
	$(PLATFORM_LDFLAGS)

ui_plugin_la_LIBADD =							\
	$(top_builddir)/plugins/gtk_common/libgtkcommon.la

if HAVE_CYGWIN
ui_plugin_la_LDFLAGS +=							\
	-export-symbols $(datadir)/xfce4/devel/mcs-manager.def		\
	$(XFCE_MCS_MANAGER_LDFLAGS)
ui_plugin_la_LIBADD +=							\
	$(XFCE_MCS_MANAGER_LIBS)
endif

desktopdir = $(datadir)/applications
desktop_in_files = xfce-ui-settings.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

EXTRA_DIST =								\
	$(desktop_in_files)

DISTCLEANFILES =							\
	$(desktop_DATA)

# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:


syntax highlighted by Code2HTML, v. 0.9.1