summaryrefslogtreecommitdiff
path: root/src/librfid.pc.in
diff options
context:
space:
mode:
authorlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2007-01-06 14:39:59 +0000
committerlaforge <laforge@e0336214-984f-0b4b-a45f-81c69e1f0ede>2007-01-06 14:39:59 +0000
commitc013e93217b652cce1538a250bc348d1c8c75fdb (patch)
tree368405c586659998a889127f3b1f35326e436621 /src/librfid.pc.in
parentd7650b956f19c0bff282c81344c155f1c6018acb (diff)
- change --with-openct to --enable-openct
- try to be more intelligent to detect openct library location - add librfid.pc file (pkgconfig) (Andreas Jellinghaus <aj@dungeon.inka.de>) git-svn-id: https://svn.gnumonks.org/trunk/librfid@1955 e0336214-984f-0b4b-a45f-81c69e1f0ede
Diffstat (limited to 'src/librfid.pc.in')
-rw-r--r--src/librfid.pc.in11
1 files changed, 11 insertions, 0 deletions
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}
personal git repositories of Harald Welte. Your mileage may vary