2007-08-24 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #411619 * configure.in: Add appropriate compiler and linker flags to e-util if GTK+ was built against X11. * widgets/Makefile.am: Fix subdirectory order. * widgets/e-timezone-dialog/Makefile.am: Remove WIN32_BOOTSTRAP_LIBS. svn path=/trunk/; revision=34101
25 lines
573 B
Makefile
25 lines
573 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/widgets \
|
|
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
|
|
-DG_LOG_DOMAIN=__FILE__ \
|
|
$(TZDIALOG_CFLAGS)
|
|
|
|
privsolib_LTLIBRARIES = \
|
|
libetimezonedialog.la
|
|
|
|
libetimezonedialog_la_SOURCES = \
|
|
e-timezone-dialog.c \
|
|
e-timezone-dialog.h
|
|
|
|
libetimezonedialog_la_LDFLAGS = $(NO_UNDEFINED)
|
|
|
|
libetimezonedialog_la_LIBADD = \
|
|
$(top_builddir)/e-util/libeutil.la \
|
|
$(top_builddir)/widgets/misc/libemiscwidgets.la \
|
|
$(EVOLUTION_CALENDAR_LIBS)
|
|
|
|
glade_DATA = e-timezone-dialog.glade
|
|
|
|
EXTRA_DIST = $(glade_DATA)
|