From 1a4d989e220677124ba24617d38cda533ae1340f Mon Sep 17 00:00:00 2001 From: Ondrej Oprala Date: Mon, 17 Mar 2014 10:51:56 +0100 Subject: libsmartcols: add basic files Signed-off-by: Ondrej Oprala Signed-off-by: Karel Zak --- libsmartcols/smartcols.pc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libsmartcols/smartcols.pc.in (limited to 'libsmartcols/smartcols.pc.in') diff --git a/libsmartcols/smartcols.pc.in b/libsmartcols/smartcols.pc.in new file mode 100644 index 000000000..0b1673998 --- /dev/null +++ b/libsmartcols/smartcols.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@usrlib_execdir@ +includedir=@includedir@ + +Name: smartcols +Description: table or tree library +Version: @LIBSMARTCOLS_VERSION@ +Cflags: -I${includedir}/libsmartcols +Libs: -L${libdir} -lsmartcols -- cgit v1.2.3-55-g7522