~ubuntu-branches/ubuntu/gutsy/vnc4/gutsy

« back to all changes in this revision

Viewing changes to unix/xc/programs/xieperf/Imakefile

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:54:24 cpqbld Exp $
 
2
 
 
3
   SRCS = abort.c arith.c await.c band.c blend.c cache.c compare.c complex.c \
 
4
          constrain.c convolve.c creatdstry.c cvttoindex.c dither.c \
 
5
          encode.c errors.c events.c exportcl.c funcode.c geometry.c \
 
6
          getnext.c import.c importcl.c logical.c math.c modify.c \
 
7
          mtchhist.c pasteup.c point.c purgecolst.c query.c redefine.c \
 
8
          rgb.c tests.c uconstrain.c xieperf.c
 
9
 
 
10
   OBJS = abort.o arith.o await.o band.o blend.o cache.o compare.o complex.o \
 
11
          constrain.o convolve.o creatdstry.o cvttoindex.o dither.o \
 
12
          encode.o errors.o events.o exportcl.o funcode.o geometry.o \
 
13
          getnext.o import.o importcl.o logical.o math.o modify.o \
 
14
          mtchhist.o pasteup.o point.o purgecolst.o query.o redefine.o \
 
15
          rgb.o tests.o uconstrain.o xieperf.o
 
16
 
 
17
   LOCAL_LIBRARIES = $(XIELIB) $(XMULIB) $(XLIB)
 
18
           DEPLIBS = $(DEPXIELIB) $(DEPXMULIB) $(DEPXLIB)
 
19
     SYS_LIBRARIES = MathLibrary
 
20
           DEFINES = $(SIGNAL_DEFINES)
 
21
 
 
22
ComplexProgramTarget(xieperf)