1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@/wxsmith
5datarootdir = @datarootdir@
6sharedir=@datadir@
7
8Name: wxSmith
9Description: RAD-tool for the Code::Blocks IDE
10Version: @VERSION@
11Libs: -L${libdir} -lwxsmithlib
12Cflags: -I${includedir}
13