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

« back to all changes in this revision

Viewing changes to unix/xc/programs/xditview/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 $XConsortium: Imakefile,v 1.15 94/04/04 21:49:55 gildea Exp $
 
2
 
 
3
 
 
4
 
 
5
 
 
6
XCOMM $XFree86: xc/programs/xditview/Imakefile,v 1.5 2002/04/04 14:05:58 eich Exp $
 
7
 
 
8
 
 
9
#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
 
10
#if BuildXftLibrary
 
11
    DEPFONTLIBS = XftClientDepLibs
 
12
       FONTLIBS = XftClientLibs
 
13
       FONTDEFS = -DUSE_XFT
 
14
      INCLUDES = $(XFTINCLUDES)
 
15
#endif
 
16
#if HasMkstemp
 
17
       TEMPDEFS = -DHAS_MKSTEMP
 
18
#endif
 
19
        DEPLIBS = XawClientDepLibs $(DEPFONTLIBS)
 
20
LOCAL_LIBRARIES = $(FONTLIBS) XawClientLibs
 
21
  SYS_LIBRARIES = MathLibrary
 
22
        DEFINES = $(TEMPDEFS) $(FONTDEFS)
 
23
        BITMAPS = ldblarrow rdblarrow
 
24
           SRCS = xditview.c Dvi.c draw.c font.c lex.c page.c parse.c\
 
25
                  XFontName.c DviChar.c
 
26
           OBJS = xditview.o Dvi.o draw.o font.o lex.o page.o parse.o\
 
27
                  XFontName.o DviChar.o
 
28
 
 
29
ComplexProgramTarget(xditview)
 
30
BuildIncludes($(BITMAPS),X11/bitmaps,../..)
 
31
InstallAppDefaults(Xditview)
 
32
InstallAppDefaultsLong(Xdit-chrtr,Xditview-chrtr)
 
33
InstallMultipleFlags($(BITMAPS),$(INCDIR)/X11/bitmaps,$(INSTINCFLAGS))