diff options
Diffstat (limited to 'xtrap.pc.in')
-rw-r--r-- | xtrap.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xtrap.pc.in b/xtrap.pc.in new file mode 100644 index 0000000..d64548a --- /dev/null +++ b/xtrap.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: XTrap +Description: X Trap Library +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} @DEP_CFLAGS@ +Libs: -L${libdir} -lXfixes @DEP_LIBS@ |