Skip to content

Commit

Permalink
lxc.pc: Fix invalid @DLOG_LIBS@
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
stgraber committed Oct 8, 2019
1 parent 0bea6d5 commit 813e65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxc.pc.in
Expand Up @@ -9,5 +9,5 @@ Description: linux container tools
Version: @PACKAGE_VERSION@
URL: http://linuxcontainers.org
Libs: -L${libdir} -llxc -lutil
Libs.private: @CAP_LIBS@ @SECCOMP_LIBS@ @OPENSSL_LIBS@ @SELINUX_LIBS@ @PAM_LIBS@ @DLOG_LIBS@
Libs.private: @CAP_LIBS@ @SECCOMP_LIBS@ @OPENSSL_LIBS@ @SELINUX_LIBS@ @PAM_LIBS@
Cflags: -I${includedir}

0 comments on commit 813e65a

Please sign in to comment.