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
2
2
3
3
libbyteconvert_subdirs =libbyteconvert
4
4
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 2
2
3
3
AC_CONFIG_MACRO_DIR ( [ m4] )
4
4
5
- AM_INIT_AUTOMAKE ( [ -Wall -Werror foreign] )
5
+ AM_INIT_AUTOMAKE ( [ -Wall foreign] )
6
6
LT_INIT
7
7
8
8
# Checks for programs.
@@ -22,6 +22,7 @@ AC_FUNC_MALLOC
22
22
23
23
# Config files
24
24
AC_CONFIG_FILES ( [ Makefile
25
- libbyteconvert/Makefile] )
25
+ libbyteconvert/Makefile
26
+ libbyteconvert.pc] )
26
27
27
28
AC_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