2009-12-07 Rolf Bjarne Kvinge <RKvinge@novell.com>
[moon.git] / moon.pc.in
blobd52ec4ed1d9547e0460b975ec6e932ba2e42e006
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@/libmoon
6 Name: Moon
7 Description: Moon
8 Version: @VERSION@
9 Requires: glib-2.0 gthread-2.0
10 Libs: -L${libdir} -lmoon @MOON_EXTRA_LIBS@
11 Cflags: -I${includedir} @MOON_EXTRA_CFLAGS@