aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/Makefile.am
diff options
context:
space:
mode:
authornobody <nobody@localhost>2000-08-22 20:05:30 +0800
committernobody <nobody@localhost>2000-08-22 20:05:30 +0800
commita662f8dc5458e376f173a7caeae927b0e617423d (patch)
tree3b4824784cd30983db4a6ae1f38db287d5815941 /libibex/Makefile.am
parent44ae37c371e25fe05e8aee145f1d9af7130a201d (diff)
downloadgsoc2013-evolution-a662f8dc5458e376f173a7caeae927b0e617423d.tar
gsoc2013-evolution-a662f8dc5458e376f173a7caeae927b0e617423d.tar.gz
gsoc2013-evolution-a662f8dc5458e376f173a7caeae927b0e617423d.tar.bz2
gsoc2013-evolution-a662f8dc5458e376f173a7caeae927b0e617423d.tar.lz
gsoc2013-evolution-a662f8dc5458e376f173a7caeae927b0e617423d.tar.xz
gsoc2013-evolution-a662f8dc5458e376f173a7caeae927b0e617423d.tar.zst
gsoc2013-evolution-a662f8dc5458e376f173a7caeae927b0e617423d.zip
This commit was manufactured by cvs2svn to create tag 'BONOBO_0_26'.BONOBO_0_26
svn path=/tags/BONOBO_0_26/; revision=4926
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)
-