2005-06-23 Kaushal Kumar <kakumar@novell.com> * e-util/Makefile.am, widgets/e-timezone-dialog/Makefile.am, addressbook/gui/search/Makefile.am, plugins/groupwise-features/Makefile.am: Added widgets in INCLUDES. Updated the include paths to use misc instead of widgets/misc. svn path=/trunk/; revision=29574
18 lines
367 B
Makefile
18 lines
367 B
Makefile
INCLUDES = \
|
|
-I$(top_srcdir) \
|
|
-I$(top_srcdir)/widgets \
|
|
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
|
|
-DG_LOG_DOMAIN=__FILE__ \
|
|
$(TZDIALOG_CFLAGS)
|
|
|
|
privlib_LTLIBRARIES = \
|
|
libetimezonedialog.la
|
|
|
|
libetimezonedialog_la_SOURCES = \
|
|
e-timezone-dialog.c \
|
|
e-timezone-dialog.h
|
|
|
|
glade_DATA = e-timezone-dialog.glade
|
|
|
|
EXTRA_DIST = $(glade_DATA)
|