Index: ossp-pkg/uuid/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v rcsdiff -q -kk '-r1.81' '-r1.82' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/ChangeLog,v' 2>/dev/null --- ChangeLog 2005/08/31 11:16:18 1.81 +++ ChangeLog 2005/08/31 12:59:58 1.82 @@ -13,6 +13,9 @@ Changes between 1.2.1 and 1.3.0 (30-Aug-2005 to xx-XXX-2005) + o Cleanup some Makefile parts. + [Ralf S. Engelschall] + o Added a pkg-config(1) specification uuid.pc which is also installed by default in addition to the old-style uuid-config tool. [Ralf S. Engelschall] Index: ossp-pkg/uuid/Makefile.in RCS File: /v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.in,v rcsdiff -q -kk '-r1.29' '-r1.30' -u '/v/ossp/cvs/ossp-pkg/uuid/Attic/Makefile.in,v' 2>/dev/null --- Makefile.in 2005/08/31 11:16:18 1.29 +++ Makefile.in 2005/08/31 12:59:58 1.30 @@ -42,8 +42,8 @@ mandir = @mandir@ CC = @CC@ -CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ -CFLAGS = @DEFS@ @CFLAGS@ +CPPFLAGS = -I. -I$(srcdir) @CPPFLAGS@ @DEFS@ +CFLAGS = @CFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ RM = rm -f @@ -59,7 +59,7 @@ LIB_OBJS = uuid.lo uuid_md5.lo uuid_sha1.lo uuid_prng.lo uuid_mac.lo uuid_ui64.lo uuid_str.lo DCE_NAME = libuuid_dce.la -DCE_OBJS = $(LIB_OBJS) uuid_dce.lo +DCE_OBJS = uuid_dce.lo $(LIB_OBJS) PRG_NAME = uuid PRG_OBJS = uuid_cli.o