diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/test_static_library.pc.in b/test_static_library.pc.in index f5aac29..f68a1a0 100644 --- a/test_static_library.pc.in +++ b/test_static_library.pc.in @@ -7,4 +7,4 @@ Name: @PROJECT_NAME@ Description: @PROJECT_DESCRIPTION@ Version: @PROJECT_VERSION@ Cflags: -I${includedir} -Libs: -L${libdir} \ No newline at end of file +Libs: -L${libdir} -l@PROJECT_NAME@