mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
9 lines
155 B
Makefile
9 lines
155 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
SUBDIRS = sharpyuv src imageio man
|
|
EXTRA_DIST = COPYING autogen.sh
|
|
|
|
if BUILD_EXTRAS
|
|
SUBDIRS += extras
|
|
endif
|
|
|
|
SUBDIRS += examples
|