aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-07-06 12:58:12 +0800
committernobody <nobody@localhost>2000-07-06 12:58:12 +0800
commit5e7d23492183857392e728cec05521e320ba1b29 (patch)
tree4ba00fa4856e39912c9a54ecba72de80d51d2418 /libibex/Makefile.am
parent04f148f617112009091abd18b16463033dd322d0 (diff)
downloadgsoc2013-evolution-GTKHTML_0_5.tar
gsoc2013-evolution-GTKHTML_0_5.tar.gz
gsoc2013-evolution-GTKHTML_0_5.tar.bz2
gsoc2013-evolution-GTKHTML_0_5.tar.lz
gsoc2013-evolution-GTKHTML_0_5.tar.xz
gsoc2013-evolution-GTKHTML_0_5.tar.zst
gsoc2013-evolution-GTKHTML_0_5.zip
This commit was manufactured by cvs2svn to create tag 'GTKHTML_0_5'.GTKHTML_0_5
svn path=/tags/GTKHTML_0_5/; revision=3912
Diffstat (limited to 'libibex/Makefile.am')
-rw-r--r--libibex/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/libibex/Makefile.am b/libibex/Makefile.am
deleted file mode 100644
index c9e8165987..0000000000
--- a/libibex/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-## Process this file with automake to produce Makefile.in
-
-noinst_LTLIBRARIES = libibex.la
-
-libibex_la_SOURCES = file.c index.c find.c words.c ibex.h
-libibex_la_LDFLAGS = -static
-
-noinst_HEADERS = ibex_internal.h
-
-INCLUDES = -I$(srcdir) $(GLIB_CFLAGS) $(UNICODE_CFLAGS) \
- -DG_LOG_DOMAIN=\"libibex\"
-
-
-noinst_PROGRAMS = mkindex lookup
-
-mkindex_SOURCES = mkindex.c
-mkindex_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS)
-
-lookup_SOURCES = lookup.c
-lookup_LDADD = libibex.la $(GLIB_LIBS) $(UNICODE_LIBS)
-