|
From: stephan b. <sg...@us...> - 2004-05-31 20:00:48
|
Update of /cvsroot/qub/readline_cpp/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16544/src Modified Files: Makefile Log Message: corrected missing Readline_s11n.hpp Index: Makefile =================================================================== RCS file: /cvsroot/qub/readline_cpp/src/Makefile,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- Makefile 31 May 2004 15:14:12 -0000 1.1.1.1 +++ Makefile 31 May 2004 20:00:31 -0000 1.2 @@ -2,11 +2,8 @@ SOURCES = Readline.cpp -HEADERS = Readline.hpp - -ifeq (1,$(HAVE_LIBS11N)) - HEADERS += Readline_s11n.hpp -endif +HEADERS = Readline.hpp \ + Readline_s11n.hpp DISTCLEAN_FILES = Readline_config.hpp @@ -16,7 +13,7 @@ INSTALL_HEADERS = $(HEADERS) Readline_config.hpp -LIBNAME = libreadline_cpp +LIBNAME = $(PACKAGE_NAME) SHARED_LIBS = $(LIBNAME) $(LIBNAME)_so_OBJECTS = Readline.o $(LIBNAME)_so_VERSION = $(PACKAGE_VERSION) |