diff options
author | nobody <nobody@localhost> | 2000-04-19 02:17:07 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-04-19 02:17:07 +0800 |
commit | 9a72d7dc573ff35b3e2055950209b6c1c1676102 (patch) | |
tree | ee8d7d934281c554a0eacd062cf532a58fce1275 /libibex/Makefile.am | |
parent | 25e1b34aafe43ba6cf1040340a38dd38a90aad33 (diff) | |
download | gsoc2013-evolution-LIBICAL_0_16.tar.gz gsoc2013-evolution-LIBICAL_0_16.tar.zst gsoc2013-evolution-LIBICAL_0_16.zip |
This commit was manufactured by cvs2svn to create tag 'LIBICAL_0_16'.LIBICAL_0_16
svn path=/tags/LIBICAL_0_16/; revision=2485
Diffstat (limited to 'libibex/Makefile.am')
-rw-r--r-- | libibex/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libibex/Makefile.am b/libibex/Makefile.am deleted file mode 100644 index a8949d1c40..0000000000 --- a/libibex/Makefile.am +++ /dev/null @@ -1,20 +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) - - -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) - |