Browse Source

* Don’t manage autotools/ with SVN.

tags/v0.99.beta14
Sam Hocevar sam 17 years ago
parent
commit
c31150d3e0
3 changed files with 1 additions and 3 deletions
  1. +1
    -1
      Makefile.am
  2. +0
    -1
      autotools/Makefile.am
  3. +0
    -1
      configure.ac

+ 1
- 1
Makefile.am View File

@@ -1,7 +1,7 @@
# $Id$

SUBDIRS = kernel cucul caca src test tools cxx doc
DIST_SUBDIRS = $(SUBDIRS) autotools msvc
DIST_SUBDIRS = $(SUBDIRS) msvc

EXTRA_DIST = NOTES COPYING.GPL COPYING.LGPL bootstrap build-dos build-kernel build-win32 caca-config.in common.h libcaca.spec
AUTOMAKE_OPTIONS = dist-bzip2


+ 0
- 1
autotools/Makefile.am View File

@@ -1 +0,0 @@
# $Id$

+ 0
- 1
configure.ac View File

@@ -378,7 +378,6 @@ AC_CONFIG_FILES([
tools/Makefile
cxx/Makefile
doc/Makefile
autotools/Makefile
msvc/Makefile
])
AC_CONFIG_FILES([


Loading…
Cancel
Save