Browse Source

Update EXTRA_DIST in several makefiles.

legacy
Sam Hocevar 7 years ago
parent
commit
ff0ff83d98
5 changed files with 6 additions and 11 deletions
  1. +3
    -1
      Makefile.am
  2. +0
    -1
      build/Makefile.am
  3. +0
    -6
      demos/Makefile.am
  4. +2
    -2
      src/3rdparty/Makefile.am
  5. +1
    -1
      src/Makefile.am

+ 3
- 1
Makefile.am View File

@@ -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




+ 0
- 1
build/Makefile.am View File

@@ -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 \


+ 0
- 6
demos/Makefile.am View File

@@ -1,6 +0,0 @@

include $(top_srcdir)/build/autotools/common.am

SUBDIRS =
SUBDIRS += lol.js


+ 2
- 2
src/3rdparty/Makefile.am View File

@@ -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


+ 1
- 1
src/Makefile.am View File

@@ -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 \


Loading…
Cancel
Save