mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
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:
parent
532629d486
commit
cc9c85e978
|
@ -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 \
|
||||
|
|
|
@ -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
10
libtoxencryptsave.pc.in
Normal 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
|
Loading…
Reference in New Issue
Block a user