Added a few unittests + bugfix in Year
[libdatetime.git] / libdatetime.pc.in
blob65c2c83bf43e394dd1e09284f3c4ce25d2af747b
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: @PACKAGE@
7 Description: C++ library for handling dates and times.
8 Version: @VERSION@
9 Libs: -L${libdir} -ldatetime
10 Cflags: -I${includedir}