Create libtoxencryptsave.pc.in

This file was missing.

Add libtoxencryptsave.pc.in

typo fix

Add libtoxencryptsave.pc to AC_CONFIG_FILES
This commit is contained in:
SkyzohKey 2016-05-19 23:49:11 +02:00 committed by SkyzohKey
parent 532629d486
commit cc9c85e978
No known key found for this signature in database
GPG Key ID: 5E61135BA7B91958
3 changed files with 15 additions and 0 deletions

View File

@ -9,10 +9,14 @@ pkgconfig_DATA = $(top_builddir)/libtoxcore.pc
BUILT_SOURCES = $(top_builddir)/libtoxcore.pc
CLEANFILES = $(top_builddir)/libtoxcore.pc
pkgconfig_DATA += $(top_builddir)/libtoxencryptsave.pc
BUILT_SOURCES += $(top_builddir)/libtoxencryptsave.pc
CLEANFILES += $(top_builddir)/libtoxencryptsave.pc
EXTRA_DIST = \
README.md \
libtoxcore.pc.in \
libtoxencryptsave.pc.in \
tox.spec \
dist-build/android-arm.sh \
dist-build/android-armv7.sh \

View File

@ -694,6 +694,7 @@ AM_CONDITIONAL(WIN32, test "x$WIN32" = "xyes")
AC_CONFIG_FILES([Makefile
build/Makefile
libtoxcore.pc
libtoxencryptsave.pc
tox.spec
])

10
libtoxencryptsave.pc.in Normal file
View File

@ -0,0 +1,10 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libtoxencryptsave
Description: Tox EncryptSave library
Requires: libtoxcore
Version: 0.0.0
Libs: -L${libdir} -ltoxencryptsave