From c013e93217b652cce1538a250bc348d1c8c75fdb Mon Sep 17 00:00:00 2001 From: laforge Date: Sat, 6 Jan 2007 14:39:59 +0000 Subject: - change --with-openct to --enable-openct - try to be more intelligent to detect openct library location - add librfid.pc file (pkgconfig) (Andreas Jellinghaus ) git-svn-id: https://svn.gnumonks.org/trunk/librfid@1955 e0336214-984f-0b4b-a45f-81c69e1f0ede --- src/librfid.pc.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/librfid.pc.in (limited to 'src/librfid.pc.in') diff --git a/src/librfid.pc.in b/src/librfid.pc.in new file mode 100644 index 0000000..6c64c00 --- /dev/null +++ b/src/librfid.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +sysincludedir=@sysincludedir@ + +Name: librfid +Description: librfid +Version: @VERSION@ +Libs: -L${libdir} @LIBS@ -lrfid +Cflags: -I${sysincludedir} -I${includedir} -- cgit v1.2.3