From 796d04a4f4e178a0b5ee653adf74eedecfd13c7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Val=C3=AD=C4=8Dek?= Date: Sun, 17 May 2020 23:47:12 +0200 Subject: [PATCH] Static: pkg-config update --- .idea/vcs.xml | 6 ++++++ test_static_library.pc.in | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .idea/vcs.xml 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@