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