1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@/codeblocks/wxContribItems
4includedir=@includedir@/codeblocks/wxContribItems
5datarootdir = @datarootdir@
6sharedir=@datadir@
7
8Name: wxSpeedButton
9Description: SpeedButton also used for the wxSmith Contrib Items
10Version: @VERSION@
11Libs: -L${libdir} -lwxspeedbutton
12Cflags: -I${includedir}/wxSpeedButton
13
14