From 9bb14a029601ad267a568d425181dbd44d0b2e3f Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 05:13:31 +0000 Subject: [PATCH] opkg: set version number and distribute pkg-config file git-svn-id: http://opkg.googlecode.com/svn/trunk@92 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- Makefile.am | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1ca1382..8783593 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,9 @@ BUILD_CPU=@build_cpu@ 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 diff --git a/configure.ac b/configure.ac index 1af44c0..f8c74bc 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.25.1