X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=freeglut.pc.in;h=54340b3747482dac11c7925f89fd4f5b7281e2cc;hb=9721970dce1ebac6b6bb3c7b0b84fdada7216270;hp=a5425cdabcc53a232a8119c7ff73c9f94253c590;hpb=8f8dfd4d448708f3cdc071955c4fce9f85eb03b6;p=freeglut diff --git a/freeglut.pc.in b/freeglut.pc.in index a5425cd..54340b3 100644 --- a/freeglut.pc.in +++ b/freeglut.pc.in @@ -5,6 +5,6 @@ includedir=${prefix}/include Name: glut Description: A freely licensed and improved alternative to the GLUT library Version: @VERSION_MAJOR@.@VERSION_MINOR@.@VERSION_PATCH@ -Libs: -L${libdir} -lglut -Libs.private: @LIBS_PRIVATE@ -Cflags: -I${includedir} +Libs: -L${libdir} -l@PC_LIBNAME@ +Libs.private: @PC_LIBS_PRIVATE@ +Cflags: -I${includedir} @PC_CFLAGS@