Name the src/libpspp convenience library consistently.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 27 Jan 2012 05:27:36 +0000 (21:27 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 28 Jan 2012 16:15:06 +0000 (08:15 -0800)
commit4202bb6da3c58d199820521826a0caa45dc44145
treeaf41d41b3973fbdc057cf0e554f562def487943f
parentcb00cc9f9dc738f2850cd4b5a9776031f87de8a2
Name the src/libpspp convenience library consistently.

src/libpspp.la and src/libpspp/libpspp.la have the same name,
although they are in different directories.  This seems unduly
confusing.  This commit renames the latter to liblibpspp.la, which
is at least different from libpspp.la and is also consistent with
the naming of the other libtool convenience libraries as
lib<directory>.la.
src/automake.mk
src/libpspp/automake.mk
tests/automake.mk