2013-08-13 21:55:32 +03:00
|
|
|
SUBDIRS = build
|
|
|
|
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
|
|
|
2014-02-23 23:13:38 +01:00
|
|
|
|
|
|
|
pkgconfig_DATA = $(top_builddir)/libtoxcore.pc
|
2013-08-24 16:20:48 +03:00
|
|
|
BUILT_SOURCES = $(top_builddir)/libtoxcore.pc
|
|
|
|
CLEANFILES = $(top_builddir)/libtoxcore.pc
|
2013-08-13 21:55:32 +03:00
|
|
|
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
2015-03-03 23:11:10 +01:00
|
|
|
README.md \
|
2013-10-13 16:17:30 +02:00
|
|
|
libtoxcore.pc.in \
|
2015-03-04 00:28:17 +01:00
|
|
|
tox.spec \
|
2014-02-24 17:12:55 +08:00
|
|
|
dist-build/android-arm.sh \
|
|
|
|
dist-build/android-armv7.sh \
|
|
|
|
dist-build/android-x86.sh \
|
|
|
|
dist-build/android-mips.sh \
|
|
|
|
dist-build/android-build.sh \
|
2013-08-24 03:36:43 +03:00
|
|
|
$(top_srcdir)/docs/updates/Crypto.md \
|
|
|
|
$(top_srcdir)/docs/updates/Spam-Prevention.md \
|
|
|
|
$(top_srcdir)/docs/updates/Symmetric-NAT-Transversal.md \
|
2015-06-24 21:03:16 -04:00
|
|
|
$(top_srcdir)/other/astyle/README.md \
|
2015-05-23 14:51:11 -04:00
|
|
|
$(top_srcdir)/other/astyle/astylerc \
|
|
|
|
$(top_srcdir)/other/astyle/pre-commit
|
2014-04-09 18:43:09 -04:00
|
|
|
|
2014-02-23 23:13:38 +01:00
|
|
|
if BUILD_AV
|
|
|
|
|
|
|
|
pkgconfig_DATA += $(top_builddir)/libtoxav.pc
|
|
|
|
BUILT_SOURCES += $(top_builddir)/libtoxav.pc
|
|
|
|
CLEANFILES += $(top_builddir)/libtoxav.pc
|
|
|
|
|
|
|
|
EXTRA_DIST += libtoxav.pc.in
|
2013-08-13 21:55:32 +03:00
|
|
|
|
2014-02-24 17:12:55 +08:00
|
|
|
endif
|