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

« back to all changes in this revision

Viewing changes to src/include/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:05:14 hartmans Exp $
 
2
 
 
3
include $(top_srcdir)/Makefile.am.common
 
4
 
 
5
SUBDIRS =       \
 
6
        afs     \
 
7
        rx
 
8
 
 
9
CLEANFILES =            \
 
10
        com_err.h       \
 
11
        error_table.h   \
 
12
        mit-sipb-cr.h   
 
13