Re: CVS: commit robsta abi/src/wp/main/unix GNUmakefile.am

From: J.M. Maurer <uwog_at_uwog.net>
Date: Fri Nov 24 2006 - 19:42:57 CET

On Fri, 2006-11-24 at 15:10 +0000, cvs@abisource.com wrote:
> Update of /cvsroot/abi/src/wp/main/unix
> In directory abiword.snt.utwente.nl:/tmp/cvs-serv20543/src/wp/main/unix
>
> Modified Files:
> GNUmakefile.am
> Log Message:
> pkg-config support and header installation

./autogen.sh --prefix=/home/uwog/local --enable-debug && make

[snip]

Type make to build AbiWord.
Now type `make' to compile.

[uwog@sigma abi]$ make
make: *** No targets. Stop.

Any clue?

Marc

> Index: GNUmakefile.am
> ===================================================================
> RCS file: /cvsroot/abi/src/wp/main/unix/GNUmakefile.am,v
> retrieving revision 1.33
> retrieving revision 1.34
> diff -u -d -r1.33 -r1.34
> --- GNUmakefile.am 23 Nov 2006 12:13:33 -0000 1.33
> +++ GNUmakefile.am 24 Nov 2006 15:09:59 -0000 1.34
> @@ -48,7 +48,7 @@
>
> if WITH_LIBABIWORD
>
> -ABIWORD_LIBRARY = libabiword.so
> +ABIWORD_LIBRARY = libabiword-$(PACKAGE_VERSION).so
> ABIWORD_SODIR = $(shell pwd)
> ABIWORD_DYNBINARY = abiword-dynamic
>
> @@ -65,7 +65,7 @@
> $(CPPFLAGS) $(CXXFLAGS) $(INCLUDES) \
> $(srcdir)/UnixMain.cpp \
> $(PLATFORM_LIBS) $(OTHER_LIBS) \
> - -L$(ABIWORD_SODIR) -labiword
> + -L$(ABIWORD_SODIR) -labiword-$(PACKAGE_VERSION)
>
> CLEANFILES += $(ABIWORD_DYNBINARY) $(ABIWORD_LIBRARY)
> ALL_LOCAL_DEPS += $(ABIWORD_DYNBINARY)
>
> -----------------------------------------------
> To unsubscribe from this list, send a message to
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
Received on Fri Nov 24 19:43:22 2006

This archive was generated by hypermail 2.1.8 : Fri Nov 24 2006 - 19:43:22 CET