mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-26 23:29:23 -05:00
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
ACLOCAL_AMFLAGS = -I m4
|
|
EXTRA_DIST = autogen.sh COPYING README
|
|
SUBDIRS = libobs libobs-opengl test obs
|
|
|
|
if OS_WIN
|
|
SUBDIRS += build
|
|
endif
|