File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,7 @@ ACLOCAL_AMFLAGS = -I m4
22
33libbyteconvert_subdirs =libbyteconvert
44
5- SUBDIRS =libbyteconvert
5+ SUBDIRS = $(libbyteconvert_subdirs )
6+
7+ pkgconfigdir = $(libdir ) /pkgconfig
8+ pkgconfig_DATA = libbyteconvert.pc
Original file line number Diff line number Diff line change 22
33AC_CONFIG_MACRO_DIR ( [ m4] )
44
5- AM_INIT_AUTOMAKE ( [ -Wall -Werror foreign] )
5+ AM_INIT_AUTOMAKE ( [ -Wall foreign] )
66LT_INIT
77
88# Checks for programs.
@@ -22,6 +22,7 @@ AC_FUNC_MALLOC
2222
2323# Config files
2424AC_CONFIG_FILES ( [ Makefile
25- libbyteconvert/Makefile] )
25+ libbyteconvert/Makefile
26+ libbyteconvert.pc] )
2627
2728AC_OUTPUT
Original file line number Diff line number Diff line change 1+ prefix=@prefix@
2+ exec_prefix=@exec_prefix@
3+ libdir=@libdir@
4+ includedir=@includedir@
5+
6+ Name: libbyteconvert
7+ Description: conversion library
8+ Version: @VERSION@
9+ URL: https://github.com/SloCompTech/ByteConvert_cpp
10+ Requires: @PKG_CONFIG_REQUIRES@
11+ Libs: -L${libdir} -lbyteconvert
12+ Cflags: -I${includedir}
You can’t perform that action at this time.
0 commit comments