[xiph-cvs] cvs commit: ogg ogg.pc.in Makefile.am configure.in
Chris Cheney
calc at xiph.org
Thu Sep 11 12:53:37 PDT 2003
calc 03/09/11 15:53:37
Modified: . Makefile.am configure.in
Added: . ogg.pc.in
Log:
add pkg-config support for ogg
Revision Changes Path
1.10 +4 -1 ogg/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/ogg/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- Makefile.am 18 Sep 2002 11:57:13 -0000 1.9
+++ Makefile.am 11 Sep 2003 19:53:37 -0000 1.10
@@ -7,7 +7,10 @@
m4datadir = $(datadir)/aclocal
m4data_DATA = ogg.m4
-EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec ogg.m4 \
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = ogg.pc
+
+EXTRA_DIST = README AUTHORS CHANGES COPYING libogg.spec ogg.m4 ogg.pc.in \
macos macosx
dist-hook:
<p><p>1.26 +1 -1 ogg/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/ogg/configure.in,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- configure.in 3 Sep 2003 03:47:53 -0000 1.25
+++ configure.in 11 Sep 2003 19:53:37 -0000 1.26
@@ -287,4 +287,4 @@
AC_SUBST(CFLAGS)
AC_SUBST(PROFILE)
-AC_OUTPUT(Makefile src/Makefile doc/Makefile doc/ogg/Makefile include/Makefile include/ogg/Makefile include/ogg/config_types.h win32/Makefile debian/Makefile)
+AC_OUTPUT(Makefile src/Makefile doc/Makefile doc/ogg/Makefile include/Makefile include/ogg/Makefile include/ogg/config_types.h win32/Makefile debian/Makefile ogg.pc)
<p><p>1.1 ogg/ogg.pc.in
Index: ogg.pc.in
===================================================================
# libogg pkg-config source file
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: ogg
Description: ogg is a library for manipulating ogg bitstreams
Version: @VERSION@
Requires:
Conflicts:
Libs: -L${libdir} -logg
Cflags: -I${includedir}
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list