[Toxine-cvs] CVS: toxine/readline Makefile.am,1.1.1.1,1.2
Brought to you by:
f1rmb
From: Daniel Caujolle-B. <f1...@us...> - 2003-10-15 16:48:18
|
Update of /cvsroot/toxine/toxine/readline In directory sc8-pr-cvs1:/tmp/cvs-serv29906/readline Modified Files: Makefile.am Log Message: avoid plugin's .la file to be installed, hack libtool here too Index: Makefile.am =================================================================== RCS file: /cvsroot/toxine/toxine/readline/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- Makefile.am 13 May 2002 20:45:52 -0000 1.1.1.1 +++ Makefile.am 15 Oct 2003 16:48:13 -0000 1.2 @@ -1,6 +1,8 @@ CFLAGS = @CFLAGS@ @READLINE_LOCAL_CFLAGS@ -DRL_LIBRARY_VERSION=\"@LIBVERSION@\" -static +LIBTOOL = $(SHELL) $(top_builddir)/libtoollib-nofpic + noinst_LTLIBRARIES = libreadline.la EXTRA_DIST = emacs_keymap.c vi_keymap.c savestring.c histexpand.c \ |