aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/Makefile.am
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-05-16 14:09:50 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-05-16 14:09:50 +0800
commit5e58353ddd1a83e11ebbbf13f64d7d0cfd56c072 (patch)
tree2844e5e5e4a0130f1ef216783939db6863421ef8 /widgets/misc/Makefile.am
parentcb71029bdb9b6c1652fa2b85808ba28a5f49af83 (diff)
downloadgsoc2013-evolution-5e58353ddd1a83e11ebbbf13f64d7d0cfd56c072.tar
gsoc2013-evolution-5e58353ddd1a83e11ebbbf13f64d7d0cfd56c072.tar.gz
gsoc2013-evolution-5e58353ddd1a83e11ebbbf13f64d7d0cfd56c072.tar.bz2
gsoc2013-evolution-5e58353ddd1a83e11ebbbf13f64d7d0cfd56c072.tar.lz
gsoc2013-evolution-5e58353ddd1a83e11ebbbf13f64d7d0cfd56c072.tar.xz
gsoc2013-evolution-5e58353ddd1a83e11ebbbf13f64d7d0cfd56c072.tar.zst
gsoc2013-evolution-5e58353ddd1a83e11ebbbf13f64d7d0cfd56c072.zip
move e-error.[ch] and e-system-errors.xml to e-util/. remove test-error.
2005-05-16 Not Zed <NotZed@Ximian.com> * Makefile.am: move e-error.[ch] and e-system-errors.xml to e-util/. remove test-error. svn path=/trunk/; revision=29359
Diffstat (limited to 'widgets/misc/Makefile.am')
-rw-r--r--widgets/misc/Makefile.am22
1 files changed, 1 insertions, 21 deletions
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am
index c63eb565fb..03ab98864f 100644
--- a/widgets/misc/Makefile.am
+++ b/widgets/misc/Makefile.am
@@ -38,7 +38,6 @@ widgetsinclude_HEADERS = \
e-combo-button.h \
e-dateedit.h \
e-dropdown-button.h \
- e-error.h \
e-expander.h \
e-image-chooser.h \
e-info-label.h \
@@ -67,7 +66,6 @@ libemiscwidgets_la_SOURCES = \
e-combo-button.c \
e-dateedit.c \
e-dropdown-button.c \
- e-error.c \
e-expander.c \
e-image-chooser.c \
e-info-label.c \
@@ -82,12 +80,6 @@ libemiscwidgets_la_SOURCES = \
MARSHAL_GENERATED = e-util-marshal.c e-util-marshal.h
@EVO_MARSHAL_RULE@
-error_DATA = e-system-errors.xml
-error_i18n = $(error_DATA:.xml=.xml.h)
-errordir = $(privdatadir)/errors
-%.xml.h: %.xml
- $(top_builddir)/e-util/e-error-tool $^
-
libemiscwidgets_la_LIBADD = $(top_builddir)/e-util/libeutil.la \
$(top_builddir)/a11y/widgets/libevolution-widgets-a11y.la \
$(E_WIDGETS_LIBS)
@@ -100,7 +92,6 @@ noinst_PROGRAMS = \
test-calendar \
test-dateedit \
test-dropdown-button \
- test-error \
test-multi-config-dialog \
test-info-label
@@ -154,22 +145,11 @@ test_info_label_LDADD = \
$(top_builddir)/e-util/libeutil.la \
$(E_WIDGETS_LIBS)
-test_error_SOURCES = \
- test-error.c
-
-test_error_LDADD = \
- $(top_builddir)/e-util/libeutil.la \
- ./libemiscwidgets.la \
- $(E_WIDGETS_LIBS)
-
-
-BUILT_SOURCES = $(MARSHAL_GENERATED) $(error_i18n)
+BUILT_SOURCES = $(MARSHAL_GENERATED)
CLEANFILES = $(BUILT_SOURCES)
EXTRA_DIST = \
$(glade_DATA) \
- $(error_DATA) \
- $(error_i18n) \
e-pilot-settings.h \
e-pilot-settings.c \
e-util-marshal.list \