~ubuntu-branches/ubuntu/breezy/uucp/breezy

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Peter Palfrader
  • Date: 2004-12-30 15:30:22 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041230153022-mx4cdr9j3u9bldo3
Tags: 1.07-12
Add cs localisation for debconf templates (closes: #287305).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This is the auto-Makefile for the lib subdirectory of Taylor UUCP.
 
2
 
 
3
noinst_LIBRARIES = libuucp.a
 
4
 
 
5
libuucp_a_SOURCES = buffer.c crc.c debug.c escape.c getopt.c getop1.c \
 
6
        parse.c quote.c quotes.c spool.c status.c xfree.c xmall.c xreall.c
 
7
libuucp_a_LIBADD = $(LIBOBJS)
 
8
 
 
9
AM_CFLAGS = -I.. -I$(srcdir)/.. $(WARN_CFLAGS)