Changeset 1524

Show
Ignore:
Timestamp:
01/14/08 20:48:27 (8 months ago)
Author:
till
Message:

nebula
- gst: calculate all common substrings based on a generalized suffix tree algorithm

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • nebula/trunk/Makefile.am

    r1373 r1524  
    11AUTOMAKE_OPTIONS = foreign 
    22 
    3 SUBDIRS = src 
     3SUBDIRS = src gst 
    44 
    55EXTRA_DIST = ChangeLog LICENSE README 
  • nebula/trunk/configure.in

    r1431 r1524  
    3737AC_PROG_INSTALL 
    3838AC_CONFIG_FILES([Makefile 
    39                  src/Makefile])  
     39                 src/Makefile  
     40                 gst/Makefile])  
    4041 
    4142AC_OUTPUT