~ubuntu-branches/ubuntu/intrepid/lurker/intrepid

« back to all changes in this revision

Viewing changes to render/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Meurer
  • Date: 2006-12-20 05:05:31 UTC
  • mfrom: (3.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061220050531-79inzy7o6uu95qx7
Tags: 2.1-7
* updated vi debconf translations, thanks to Clytie Siddall
  <clytie@riverland.net.au>
* fixed typo in one template (that you would like, not that
  would you like), thanks as well to Clytie Siddall
  - unfuzzied all translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
cgidir = ${libdir}/cgi-bin
 
1
cgidir = @cgi_bin_dir@
2
2
 
3
3
cgi_PROGRAMS = lurker.cgi jump.cgi keyword.cgi bounce.cgi
4
4
 
8
8
lurker_cgi_SOURCES = \
9
9
        main.cpp art.cpp url.cpp mailto.cpp quote.cpp attach.cpp list.cpp \
10
10
        mbox.cpp message.cpp mindex.cpp search.cpp splash.cpp thread.cpp \
11
 
        Cache.cpp Threading.cpp \
12
 
        Cache.h Threading.h commands.h error.h parse.h
 
11
        zap.cpp Cache.cpp Threading.cpp parse.cpp \
 
12
        Cache.h Threading.h commands.h parse.h
13
13
 
14
14
jump_cgi_SOURCES = parse.cpp jump.cpp
15
15
keyword_cgi_SOURCES = parse.cpp keyword.cpp