~ubuntu-branches/ubuntu/gutsy/libcaca/gutsy

« back to all changes in this revision

Viewing changes to toilet-0.1/tools/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hocevar (Debian packages)
  • Date: 2006-12-03 02:05:11 UTC
  • mfrom: (3.1.6 feisty)
  • Revision ID: james.westby@ubuntu.com-20061203020511-h5nzqgf8nov7ns3z
Tags: 0.99.beta11.debian-2
Remove toilet from caca-utils now that it has entered testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: Makefile.am 929 2006-10-20 16:19:41Z sam $
 
2
 
 
3
noinst_PROGRAMS = caca2tlf
 
4
 
 
5
caca2tlf_SOURCES = caca2tlf.c
 
6
caca2tlf_CFLAGS = `pkg-config --cflags cucul`
 
7
caca2tlf_LDFLAGS = `pkg-config --libs cucul`
 
8