~ubuntu-branches/ubuntu/warty/openafs/warty

« back to all changes in this revision

Viewing changes to src/rxgen/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Sam Hartman
  • Date: 2004-01-10 16:37:33 UTC
  • Revision ID: james.westby@ubuntu.com-20040110163733-jvr0n1uahshlb1uu
Tags: upstream-1.2.11
ImportĀ upstreamĀ versionĀ 1.2.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: Makefile.am,v 1.1.1.1 2001/07/05 01:04:08 hartmans Exp $
 
2
 
 
3
include $(top_srcdir)/Makefile.am.common
 
4
 
 
5
bin_PROGRAMS = rxgen
 
6
 
 
7
rxgen_SOURCES =         \
 
8
        rpc_main.c      \
 
9
        rpc_hout.c      \
 
10
        rpc_cout.c      \
 
11
        rpc_parse.c     \
 
12
        rpc_scan.c      \
 
13
        rpc_util.c      \
 
14
        rpc_svcout.c    \
 
15
        rpc_clntout.c   \
 
16
        rpc_util.h      \
 
17
        rpc_parse.h     \
 
18
        rpc_scan.h
 
19