~ubuntu-branches/ubuntu/hoary/renameutils/hoary

« back to all changes in this revision

Viewing changes to src/compat/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2004-12-02 12:07:29 UTC
  • mfrom: (0.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041202120729-a1ww9q8ltlzfru1f
Tags: 0.5.1-2
* Minor fixes to the copyright file
* Medium urgency to help bring the package up to date on mips

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
noinst_LIBRARIES = lib_compat.a
2
 
 
3
 
lib_compat_a_SOURCES = \
4
 
        compat.h \
5
 
        dirname.c \
6
 
        dirname.h \
7
 
        getline.c \
8
 
        getline.h \
9
 
        getstr.c \
10
 
        getstr.h \
11
 
        memrchr.c \
12
 
        programname.c \
13
 
        programname.h \
14
 
        strndup.c \
15
 
        strnlen.c \
16
 
        strtol.c \
17
 
        strtoll.c \
18
 
        strtoul.c \
19
 
        strtoull.c \
20
 
        vasprintf.c \
21
 
        vasprintf.h