diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-09-18 19:10:11 +0200 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-09-18 19:10:11 +0200 |
| commit | 9bec5056ec35008afd4d68528718fd4519cd3503 (patch) | |
| tree | 886fb51f744ed50a1fbdf6615f80be513fa488f0 /evemu.pc.in | |
Initial evemu commit
Evemu is a kernel device and emulator, which allows for remote
creation and testing of arbitrary devices.
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'evemu.pc.in')
| -rw-r--r-- | evemu.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/evemu.pc.in b/evemu.pc.in new file mode 100644 index 0000000..a1efb2b --- /dev/null +++ b/evemu.pc.in | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | prefix=@prefix@ | ||
| 2 | exec_prefix=@exec_prefix@ | ||
| 3 | libdir=@libdir@ | ||
| 4 | includedir=@includedir@ | ||
| 5 | |||
| 6 | Name: evemu | ||
| 7 | Description: Kernel device emulation | ||
| 8 | Version: @PACKAGE_VERSION@ | ||
| 9 | Libs: -L${libdir} -levemu | ||
