[med-svn] [libgtextutils] 22/83: Fixed typo in PKG-CONFIG file.

Charles Plessy plessy at moszumanska.debian.org
Wed Jan 8 13:37:26 UTC 2014


This is an automated email from the git hooks/post-receive script.

plessy pushed a commit to branch debian/unstable
in repository libgtextutils.

commit 9203f02e076cd4930068ef6a6d452b788f408256
Author: A. Gordon <gordon at cshl.edu>
Date:   Wed Feb 25 20:11:29 2009 -0500

    Fixed typo in PKG-CONFIG file.
---
 configure.ac               |  2 +-
 gtextutils-0.1.pc.in       |  2 +-
 src/gtextutils/Makefile.am | 12 ++++--------
 3 files changed, 6 insertions(+), 10 deletions(-)

diff --git a/configure.ac b/configure.ac
index 89b5a22..9b5cedb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 AC_INIT([Gordon-Text_utils-Library],
-        [0.0.1],
+        [0.1],
         [A. Gordon gordon at cshl.edu],
         [libgtextutils])
 AC_CONFIG_AUX_DIR(config)
diff --git a/gtextutils-0.1.pc.in b/gtextutils-0.1.pc.in
index f85474f..59f2579 100644
--- a/gtextutils-0.1.pc.in
+++ b/gtextutils-0.1.pc.in
@@ -7,4 +7,4 @@ Name: gtextutils
 Description: Gordon's text-utility classes
 Version: @VERSION@
 Libs: -L${libdir} -lgtextutils-0.1
-Cflags: -I${includedir}/gtextutils-1.0
+Cflags: -I${includedir}/gtextutils-0.1
diff --git a/src/gtextutils/Makefile.am b/src/gtextutils/Makefile.am
index 5491f1d..f99ba43 100644
--- a/src/gtextutils/Makefile.am
+++ b/src/gtextutils/Makefile.am
@@ -9,18 +9,14 @@
 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
 
-lib_LIBRARIES = libgtextutils.a
+lib_LIBRARIES = libgtextutils-0.1.a
 
-libgtextutils_a_SOURCES = stream_wrapper.cpp stream_wrapper.h \
+libgtextutils_0_1_a_SOURCES = stream_wrapper.cpp stream_wrapper.h \
 		          text_line_reader.cpp text_line_reader.h \
 			  print_utils.h
 
-libgtextutils_a_includedir = $(includedir)/gtextutils-0.1/gtextutils
+libgtextutils_0_1_a_includedir = $(includedir)/gtextutils-0.1/gtextutils
 
-libgtextutils_a_include_HEADERS = print_utils.h \
+libgtextutils_0_1_a_include_HEADERS = print_utils.h \
 		  text_line_reader.h \
 		  stream_wrapper.h
-
-#EXAMPLE_RELEASE=0:0:1
-#EXAMPLE_LIBRARY_VERSION=0:0:0
-#libgtextutils_a_LDFLAGS= -version-info $(EXAMPLE_LIBRARY_VERSION) -release $(EXAMPLE_RELEASE)

-- 
Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/libgtextutils.git



More information about the debian-med-commit mailing list