From 9bb14a029601ad267a568d425181dbd44d0b2e3f Mon Sep 17 00:00:00 2001 From: ticktock35 Date: Mon, 15 Dec 2008 00:13:31 -0500 Subject: opkg: set version number and distribute pkg-config file git-svn-id: http://opkg.googlecode.com/svn/trunk@92 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'Makefile.am') 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 -- cgit v0.9.1