aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-timezone-dialog/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-03-20 23:07:45 +0800
committernobody <nobody@localhost>2003-03-20 23:07:45 +0800
commit54de2619b3862e629d0dd26e9d7c501e6502b453 (patch)
treeb6fc9e3bdaff352391091398327a50b62566087f /widgets/e-timezone-dialog/Makefile.am
parentab6fef7852fe64f8c045b468c4fc2e37c16f33a3 (diff)
downloadgsoc2013-evolution-GDM2_2_4_1_6.tar.gz
gsoc2013-evolution-GDM2_2_4_1_6.tar.zst
gsoc2013-evolution-GDM2_2_4_1_6.zip
This commit was manufactured by cvs2svn to create tag 'GDM2_2_4_1_6'.GDM2_2_4_1_6
svn path=/tags/GDM2_2_4_1_6/; revision=20389
Diffstat (limited to 'widgets/e-timezone-dialog/Makefile.am')
-rw-r--r--widgets/e-timezone-dialog/Makefile.am18
1 files changed, 0 insertions, 18 deletions
diff --git a/widgets/e-timezone-dialog/Makefile.am b/widgets/e-timezone-dialog/Makefile.am
deleted file mode 100644
index b264145228..0000000000
--- a/widgets/e-timezone-dialog/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-INCLUDES = \
- -I$(top_srcdir) \
- -I$(top_srcdir)/libical/src/libical \
- -I$(top_builddir)/libical/src/libical \
- -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
- -DG_LOG_DOMAIN=__FILE__ \
- $(GNOME_FULL_CFLAGS)
-
-noinst_LTLIBRARIES = \
- libetimezonedialog.la
-
-libetimezonedialog_la_SOURCES = \
- e-timezone-dialog.c \
- e-timezone-dialog.h
-
-glade_DATA = e-timezone-dialog.glade
-
-EXTRA_DIST = $(glade_DATA)