Rename wrap/python/cgi/ as wrap/python/cgi-bin/.

* wrap/python/cgi/: Rename as ...
* wrap/python/cgi-bin/: ... this.
* configure.ac, spot/wrap/python/Makefile.am, README: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2010-01-29 15:19:25 +01:00
parent 28289f95b5
commit 7d5f493fb2
9 changed files with 15 additions and 5 deletions

View file

@ -1,3 +1,5 @@
## Copyright (C) 2010 Laboratoire de Recherche et Development de
## l'Epita (LRDE).
## Copyright (C) 2003, 2004 Laboratoire d'Informatique de Paris 6 (LIP6),
## département Systèmes Répartis Coopératifs (SRC), Université Pierre
## et Marie Curie.
@ -19,7 +21,7 @@
## Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
## 02111-1307, USA.
SUBDIRS = . cgi tests
SUBDIRS = . cgi-bin tests
AM_CPPFLAGS = -I$(PYTHONINC) -I$(top_srcdir)/src $(BUDDY_CPPFLAGS)