make the obt .pc file do -lobt, not -lobrender

This commit is contained in:
Dana Jansens 2010-02-12 15:09:03 -05:00
parent aeac3b735b
commit 3f5403a916

View file

@ -10,5 +10,5 @@ Name: Obt
Description: Openbox Toolkit Library
Version: @OBT_VERSION@
Requires: glib-2.0
Libs: -L${libdir} -lobrender ${xlibs}
Libs: -L${libdir} -lobt ${xlibs}
Cflags: -I${includedir}/openbox/@OBT_VERSION@ ${xcflags}