Commit the pkg-config files

Fix some initial issues with not expanding '`'

Make sure that pkg-config was getting expanded correctly
This commit is contained in:
Bradlee Speice
2012-07-19 14:49:55 -04:00
parent 3879771a82
commit 0980f82d22
4 changed files with 33 additions and 4 deletions

10
libcvautomation.pc.in Normal file
View File

@ -0,0 +1,10 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: Libcvautomation
Description: GUI Automation and Testing tool based on OpenCV and XTest
Version: @VERSION@
Libs: -L${libdir} -lcvautomation @CV_LIBS@ @X11_LIBS@ @XTEST_LIBS@
Cflags: -I${includedir} @CV_CFLAGS@ @X11_CFLAGS@ @XTEST_CFLAGS@