~ubuntu-branches/debian/squeeze/libfontenc/squeeze

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): David Nusinow, Andres Salomon, Drew Parsons
  • Date: 2006-08-29 20:32:53 UTC
  • mfrom: (2.1.6 edgy)
  • Revision ID: james.westby@ubuntu.com-20060829203253-qlqqoi3ogjij759f
Tags: 1:1.0.2-2
[ Andres Salomon ]
* Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
  idempotency fix.

[ Drew Parsons ]
* dbg package has priority extra.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
         fontenc.c \
6
6
         fontencI.h
7
7
 
8
 
FONTDIR=${libdir}/X11/fonts
9
 
FONTENCDEFS = -DFONT_ENCODINGS_DIRECTORY=\"$(FONTDIR)/encodings/encodings.dir\"
 
8
FONTENCDIR=@ENCODINGSDIR@
 
9
FONTENCDEFS = -DFONT_ENCODINGS_DIRECTORY=\"$(FONTENCDIR)/encodings.dir\"
10
10
 
11
11
INCLUDES = -I$(top_srcdir)/include \
12
12
           -DFONTENC_NO_LIBFONT $(FONTENCDEFS)
13
13
 
14
14
 
15
 
libfontenc_la_LIBADD = @DEP_LIBS@
 
15
libfontenc_la_LIBADD = @FONTENC_LIBS@
16
16
 
17
17
libfontenc_la_LDFLAGS = -version-number 1:0:0 -no-undefined
18
18