@@ -5,7 +5,9 @@ include $(top_srcdir)/build/autotools/common.am | |||||
SUBDIRS = build src tools doc | SUBDIRS = build src tools doc | ||||
DIST_SUBDIRS = $(SUBDIRS) binaries | DIST_SUBDIRS = $(SUBDIRS) binaries | ||||
EXTRA_DIST += bootstrap COPYING TODO | |||||
EXTRA_DIST += bootstrap COPYING TODO \ | |||||
.gitignore .gitattributes .gitmodules \ | |||||
.travis.yml lol.sln build.config | |||||
AUTOMAKE_OPTIONS = dist-bzip2 | AUTOMAKE_OPTIONS = dist-bzip2 | ||||
ACLOCAL_AMFLAGS = -I build/autotools/m4 | ACLOCAL_AMFLAGS = -I build/autotools/m4 | ||||
@@ -9,7 +9,6 @@ EXTRA_DIST += lol-build \ | |||||
build-nacl32 build-nacl64 build-android build-html \ | build-nacl32 build-nacl64 build-android build-html \ | ||||
\ | \ | ||||
msbuild/lolfx.targets \ | msbuild/lolfx.targets \ | ||||
msbuild/config-build.xml \ | |||||
msbuild/lolfx.xml \ | msbuild/lolfx.xml \ | ||||
msbuild/lolfx.props \ | msbuild/lolfx.props \ | ||||
msbuild/lol.config.props \ | msbuild/lol.config.props \ | ||||
@@ -1,6 +0,0 @@ | |||||
include $(top_srcdir)/build/autotools/common.am | |||||
SUBDIRS = | |||||
SUBDIRS += lol.js | |||||
@@ -19,8 +19,8 @@ liblol_lua_a_CPPFLAGS = $(AM_CPPFLAGS) -DLUA_ANSI | |||||
include lol-lua.am | include lol-lua.am | ||||
EXTRA_DIST += $(imgui_sources) $(mingw_std_threads_sources) $(pegtl_sources) | EXTRA_DIST += $(imgui_sources) $(mingw_std_threads_sources) $(pegtl_sources) | ||||
EXTRA_DIST += lol-bullet.vcxproj | |||||
EXTRA_DIST += lol-lua.vcxproj | |||||
EXTRA_DIST += lol-bullet.vcxproj lol-bullet.vcxproj.filters | |||||
EXTRA_DIST += lol-lua.vcxproj lol-lua.vcxproj.filters | |||||
include lol-imgui.am | include lol-imgui.am | ||||
include lol-mingw-std-threads.am | include lol-mingw-std-threads.am | ||||
@@ -5,7 +5,7 @@ SUBDIRS = 3rdparty data . t | |||||
noinst_LIBRARIES = liblol-core.a | noinst_LIBRARIES = liblol-core.a | ||||
EXTRA_DIST += lol-core.vcxproj | |||||
EXTRA_DIST += lol-core.vcxproj lol-core.vcxproj.filter | |||||
liblol_core_a_SOURCES = \ | liblol_core_a_SOURCES = \ | ||||
tiler.cpp tiler.h dict.cpp dict.h lolgl.h \ | tiler.cpp tiler.h dict.cpp dict.h lolgl.h \ | ||||