~ubuntu-branches/ubuntu/trusty/xcowsay/trusty-proposed

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Enrico Zini
  • Date: 2010-01-10 18:39:36 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100110183936-90gpsvbjwfttta2f
Tags: 1.2-1
* New upstream version
   - added --at=x,y option. Closes: 556623.
   - added --image=file option, many privately wished for it
   - does not choke on invalid pango markup. Closes: 556554.

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
LIBINTL = @LIBINTL@
130
130
LIBOBJS = @LIBOBJS@
131
131
LIBS = @LIBS@
 
132
LN_S = @LN_S@
132
133
LTLIBICONV = @LTLIBICONV@
133
134
LTLIBINTL = @LTLIBINTL@
134
135
LTLIBOBJS = @LTLIBOBJS@
209
210
top_builddir = @top_builddir@
210
211
top_srcdir = @top_srcdir@
211
212
bin_SCRIPTS = xcowfortune xcowdream xcowthink
212
 
AM_CFLAGS = $(XCOWSAY_CFLAGS) 
 
213
AM_CFLAGS = $(XCOWSAY_CFLAGS) -Wall
213
214
LDADD = $(XCOWSAY_LIBS)
214
215
xcowsay_SOURCES = xcowsay.c display_cow.c display_cow.h floating_shape.h \
215
216
        floating_shape.c settings.h settings.c Cowsay_glue.h xcowsayd.h \