소스 검색

Fix the extra data in the autotools-created tarballs.

legacy
Sam Hocevar sam 14 년 전
부모
커밋
c409ec99ef
3개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -0
      .gitignore
  2. +1
    -1
      Makefile.am
  3. +1
    -0
      configure.ac

+ 1
- 0
.gitignore 파일 보기

@@ -22,6 +22,7 @@ configure
libtool
stamp-*
*-stamp
deushax-*.tar.*
# Our binaries
src/test-map
src/editor


+ 1
- 1
Makefile.am 파일 보기

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

SUBDIRS = src tools art gfx
DIST_SUBDIRS = $(SUBDIRS)
DIST_SUBDIRS = $(SUBDIRS) maps

EXTRA_DIST = bootstrap
AUTOMAKE_OPTIONS = dist-bzip2


+ 1
- 0
configure.ac 파일 보기

@@ -85,6 +85,7 @@ AC_CONFIG_FILES([
art/test/Makefile
gfx/Makefile
gfx/font/Makefile
maps/Makefile
])

AC_OUTPUT


불러오는 중...
취소
저장