diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-09-30 22:32:18 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-09-30 22:32:18 +0000 |
commit | 50460c94c80c78b83c044123e555637eace71991 (patch) | |
tree | 3a64c1c4e6e3e08016275f2c0c906d44995ef178 /applewmproto.pc.in | |
parent | 5ea56dacedbe14bda0155d229afd798cae0fc78c (diff) |
AppleWM protocol
Diffstat (limited to 'applewmproto.pc.in')
-rw-r--r-- | applewmproto.pc.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/applewmproto.pc.in b/applewmproto.pc.in new file mode 100644 index 0000000..6ec1c48 --- /dev/null +++ b/applewmproto.pc.in @@ -0,0 +1,9 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: AppleWMProto +Description: AppleWM extension headers +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} |