* wrap/python/cgi/Makefile.am, wrap/python/cgi/ltl2tgba.in,

wrap/python/cgi/README: New files.
* wrap/python/Makefile.am (SUBDIRS): Add cgi.
* configure.ac: Output wrap/python/cgi/Makefile.
This commit is contained in:
Alexandre Duret-Lutz 2003-08-05 14:17:47 +00:00
parent 4d819969d0
commit bdfbf9c519
7 changed files with 289 additions and 1 deletions

View file

@ -1,4 +1,4 @@
SUBDIRS = tests
SUBDIRS = cgi tests
AM_CPPFLAGS = -I$(PYTHONINC) -I$(top_srcdir)/src $(BUDDY_CPPFLAGS)