mirror of
https://github.com/TokTok/c-toxcore
synced 2026-05-12 23:55:42 +00:00
5bc2560904
Also-by: Sergey 'Jin' Bostandzhyan <jin@mediatomb.cc>
21 lines
494 B
Makefile
21 lines
494 B
Makefile
SUBDIRS = build
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = $(top_builddir)/libtoxcore.pc
|
|
|
|
BUILT_SOURCES = $(top_builddir)/libtoxcore.pc
|
|
CLEANFILES = $(top_builddir)/libtoxcore.pc
|
|
|
|
|
|
EXTRA_DIST = \
|
|
libtoxcore.pc.in \
|
|
$(top_srcdir)/docs/updates/Crypto.md \
|
|
$(top_srcdir)/docs/updates/Spam-Prevention.md \
|
|
$(top_srcdir)/docs/updates/Symmetric-NAT-Transversal.md \
|
|
$(top_srcdir)/tools/README \
|
|
$(top_srcdir)/tools/astylerc \
|
|
$(top_srcdir)/tools/pre-commit
|
|
|