From f9b18646e4ed6e4a21b687cd4a99ac2b927aacfa Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Thu, 31 Mar 2011 12:04:31 +0200 Subject: -devel package contains btparser headers; -devel package does not include libreportgtk.so versioned libraries --- src/btparser/Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/btparser/Makefile.am') diff --git a/src/btparser/Makefile.am b/src/btparser/Makefile.am index 030d94da..c5b0f214 100644 --- a/src/btparser/Makefile.am +++ b/src/btparser/Makefile.am @@ -17,6 +17,19 @@ libbtparser_la_CFLAGS = -Wall -Wwrite-strings -Werror -D_GNU_SOURCE -I../lib libbtparser_la_LDFLAGS = -version-info 1:1:0 libbtparser_la_LIBADD = ../lib/libreport.la +libbtparser_includedir = $(includedir)/btparser +libbtparser_include_HEADERS = \ + backtrace.h \ + frame.h \ + location.h \ + normalize.h \ + thread.h \ + utils.h + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = btparser.pc +EXTRA_DIST = btparser.pc.in + # From http://www.seul.org/docs/autotut/ # Version consists 3 numbers: CURRENT, REVISION, AGE. # CURRENT is the version of the interface the library implements. -- cgit