diff options
| author | Chase Douglas <chase.douglas@canonical.com> | 2010-06-21 21:08:51 -0400 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-06-22 11:44:16 +0200 |
| commit | 0647b37dfc35145d74822844ad7e54bf5c218369 (patch) | |
| tree | 47225422ade9159ac08d61bcf16a4a45cf336dfb /mtdev.pc.in | |
| parent | 172221f14fc91ebb37aa4c561ad733088cc3c3bf (diff) | |
Move to autotools
[rydberg@euromail.se: minor fixups]
Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'mtdev.pc.in')
| -rw-r--r-- | mtdev.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mtdev.pc.in b/mtdev.pc.in new file mode 100644 index 0000000..de5528b --- /dev/null +++ b/mtdev.pc.in | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | prefix=@prefix@ | ||
| 2 | exec_prefix=@exec_prefix@ | ||
| 3 | libdir=@libdir@ | ||
| 4 | includedir=@includedir@ | ||
| 5 | |||
| 6 | Name: mtdev | ||
| 7 | Description: Multitouch Protocol Translation Library | ||
| 8 | Version: @PACKAGE_VERSION@ | ||
| 9 | Libs: -L${libdir} -lmtdev | ||
