Revert "Make einfo routines private"
This reverts commit de88aff0a8
.
I was advised that splashutils links to libeinfo, so we do have a
consumer for this library.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
DIR= ${LIBDIR}/pkgconfig
|
||||
SRCS= openrc.pc.in
|
||||
INC= openrc.pc
|
||||
SRCS= einfo.pc.in openrc.pc.in
|
||||
INC= einfo.pc openrc.pc
|
||||
|
||||
.DEFAULT:
|
||||
${SED} -n -e 's/^VERSION=[[:space:]]*\([^[:space:]]*\).*/#define VERSION "\1${GITVER}\"/p' ../../Makefile > version.h
|
||||
|
9
pkgconfig/einfo.pc.in
Normal file
9
pkgconfig/einfo.pc.in
Normal file
@@ -0,0 +1,9 @@
|
||||
prefix=@PREFIX@
|
||||
exec_prefix=${prefix}
|
||||
libdir=${prefix}/@LIB@
|
||||
includedir=/usr/include
|
||||
|
||||
Name: einfo
|
||||
Description: Pretty console informational display
|
||||
Version: @VERSION@
|
||||
Libs: -L${libdir} -leinfo
|
Reference in New Issue
Block a user