summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortastytea2020-01-10 20:20:05 +0100
committertastytea2020-01-10 20:20:05 +0100
commit82f26e1be0f1b4ee36656af28a779fcf44445a63 (patch)
treef6de097020375b3e92e38b72c7884977d40481aa
parent60cfd54cb45920989664041d817be1539f993a12 (diff)
downloadmastodonpp-82f26e1be0f1b4ee36656af28a779fcf44445a63.tar
mastodonpp-82f26e1be0f1b4ee36656af28a779fcf44445a63.tar.gz
mastodonpp-82f26e1be0f1b4ee36656af28a779fcf44445a63.zip
Fix pkg-config file.
I accidentally deleted ${name}.
-rw-r--r--pkg-config/mastodonpp.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg-config/mastodonpp.pc.in b/pkg-config/mastodonpp.pc.in
index d5aa215..a74b07c 100644
--- a/pkg-config/mastodonpp.pc.in
+++ b/pkg-config/mastodonpp.pc.in
@@ -1,8 +1,9 @@
+name=@PROJECT_NAME@
prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
-Name: @PROJECT_NAME@
+Name: ${name}
Description: @PROJECT_DESCRIPTION@
Version: @PROJECT_VERSION@
Cflags: -I${includedir}