r4405 - trunk/src/target/opkg

thomas at docs.openmoko.org thomas at docs.openmoko.org
Mon Apr 28 12:57:13 CEST 2008


Author: thomas
Date: 2008-04-28 12:57:12 +0200 (Mon, 28 Apr 2008)
New Revision: 4405

Modified:
   trunk/src/target/opkg/Makefile.am
   trunk/src/target/opkg/configure.ac
Log:
opkg: set version number and distribute pkg-config file


Modified: trunk/src/target/opkg/Makefile.am
===================================================================
--- trunk/src/target/opkg/Makefile.am	2008-04-28 10:17:37 UTC (rev 4404)
+++ trunk/src/target/opkg/Makefile.am	2008-04-28 10:57:12 UTC (rev 4405)
@@ -5,7 +5,10 @@
 OPKGLIBDIR=@opkglibdir@ 
 ALL_CFLAGS=-g -O -Wall -DHOST_CPU_STR=\"@host_cpu@\" -DBUILD_CPU=@build_cpu@ -DLIBDIR=\"@libdir@\" -DOPKGLIBDIR=\"@opkglibdir@\" -DDATADIR=\"@datadir@\"
 
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = libopkg.pc
 
+
 bin_SCRIPTS = update-alternatives
 
 interceptdir = $(datadir)/opkg/intercept

Modified: trunk/src/target/opkg/configure.ac
===================================================================
--- trunk/src/target/opkg/configure.ac	2008-04-28 10:17:37 UTC (rev 4404)
+++ trunk/src/target/opkg/configure.ac	2008-04-28 10:57:12 UTC (rev 4405)
@@ -1,6 +1,6 @@
 # Process this file with autoconf to produce a configure script
 AC_INIT(libopkg/libopkg.c)
-AM_INIT_AUTOMAKE([opkg], [0.99.163])
+AM_INIT_AUTOMAKE([opkg], [0.1])
 AM_CONFIG_HEADER(libopkg/config.h)
 
 AC_CANONICAL_HOST





More information about the commitlog mailing list