~ubuntu-branches/ubuntu/feisty/libxfont/feisty-security

« back to all changes in this revision

Viewing changes to src/util/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-19 16:05:02 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060719160502-f769vluylmsem3vz
Tags: 1:1.2.0-0ubuntu1
* New Upstream version
* Dropped (empty) patch directory
* Re-Dropped libfontcache.so.0 from libxfont1.install

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
INCLUDES =                      \
2
 
        -I${top_srcdir}/include
 
2
        -I${top_srcdir}/include \
 
3
        -I$(top_srcdir)/src/stubs
3
4
 
4
5
noinst_LTLIBRARIES = libutil.la
5
6