aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2001-02-22 03:34:27 +0800
committernobody <nobody@localhost>2001-02-22 03:34:27 +0800
commit19d71e1c5029e8c4048d9b8ace72affc28f2d04f (patch)
treef1ea97702781d0b26bb97bd28213ed46368377b6 /e-util/Makefile.am
parent535fea211a9a35f5b04017124a71764daf926723 (diff)
downloadgsoc2013-evolution-GNUMERIC_0_63.tar
gsoc2013-evolution-GNUMERIC_0_63.tar.gz
gsoc2013-evolution-GNUMERIC_0_63.tar.bz2
gsoc2013-evolution-GNUMERIC_0_63.tar.lz
gsoc2013-evolution-GNUMERIC_0_63.tar.xz
gsoc2013-evolution-GNUMERIC_0_63.tar.zst
gsoc2013-evolution-GNUMERIC_0_63.zip
This commit was manufactured by cvs2svn to create tagGNUMERIC_0_63
'GNUMERIC_0_63'. svn path=/tags/GNUMERIC_0_63/; revision=8333
Diffstat (limited to 'e-util/Makefile.am')
-rw-r--r--e-util/Makefile.am65
1 files changed, 0 insertions, 65 deletions
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
deleted file mode 100644
index f2743b3673..0000000000
--- a/e-util/Makefile.am
+++ /dev/null
@@ -1,65 +0,0 @@
-SUBDIRS = . ename
-
-imagesdir = $(datadir)/images/evolution
-
-INCLUDES = \
- -I$(top_srcdir) \
- $(GNOME_INCLUDEDIR) \
- $(EXTRA_GNOME_CFLAGS) \
- $(UNICODE_CFLAGS) \
- $(PISOCK_INCLUDEDIR) \
- -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \
- -DG_LOG_DOMAIN=\"e-utils\"
-
-noinst_LTLIBRARIES = libeutil.la libeutil-static.la \
- libeconduit.la libeconduit-static.la
-
-libeutil_la_SOURCES = \
- e-corba-utils.c \
- e-corba-utils.h \
- e-dialog-widgets.c \
- e-dialog-widgets.h \
- e-gtk-utils.c \
- e-gtk-utils.h \
- e-gui-utils.c \
- e-gui-utils.h \
- e-html-utils.c \
- e-html-utils.h \
- e-iterator.c \
- e-iterator.h \
- e-list-iterator.c \
- e-list-iterator.h \
- e-list.c \
- e-list.h \
- e-memory.c \
- e-memory.h \
- e-msgport.c \
- e-msgport.h \
- e-sexp.c \
- e-sexp.h \
- e-dbhash.c \
- e-dbhash.h \
- md5-utils.c \
- md5-utils.h
-
-libeutil_la_LIBADD = $(UNICODE_LIBS)
-
-libeutil_static_la_SOURCES = $(libeutil_la_SOURCES)
-libeutil_static_la_LDFLAGS = --all-static
-
-if ENABLE_PILOT_CONDUITS
-pl_needed = e-pilot-util.c e-pilot-util.h
-else
-pl_needed =
-endif
-
-libeconduit_la_SOURCES = \
- e-pilot-map.c \
- e-pilot-map.h \
- $(pl_needed)
-
-libeconduit_static_la_SOURCES = $(libeconduit_la_SOURCES)
-libeconduit_static_la_LDFLAGS = --all-static
-
-
-