aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-06-18 05:00:40 +0800
committernobody <nobody@localhost>2000-06-18 05:00:40 +0800
commit4873d50a914ad0c3041010195808f3e596e8ba0f (patch)
tree808e62d8d3c48ad32fa4ecafe0b79aa353230079 /libibex/Makefile.am
parent3144d402b542be9fcfcb6f7b3e24692f9fe44f46 (diff)
downloadgsoc2013-evolution-4873d50a914ad0c3041010195808f3e596e8ba0f.tar
gsoc2013-evolution-4873d50a914ad0c3041010195808f3e596e8ba0f.tar.gz
gsoc2013-evolution-4873d50a914ad0c3041010195808f3e596e8ba0f.tar.bz2
gsoc2013-evolution-4873d50a914ad0c3041010195808f3e596e8ba0f.tar.lz
gsoc2013-evolution-4873d50a914ad0c3041010195808f3e596e8ba0f.tar.xz
gsoc2013-evolution-4873d50a914ad0c3041010195808f3e596e8ba0f.tar.zst
gsoc2013-evolution-4873d50a914ad0c3041010195808f3e596e8ba0f.zip
This commit was manufactured by cvs2svn to create taggnome-debug-0-1-3
'gnome-debug-0-1-3'. svn path=/tags/gnome-debug-0-1-3/; revision=3621
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)
-