Blame test/smidiff/Makefile.am
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
# Makefile.am --
|
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
# Template to generate the mibs/ietf Makefile.in using automake.
|
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
# Copyright (c) 1999 Frank Strauss, Technical University of Braunschweig.
|
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
# See the file "COPYING" for information on usage and redistribution
|
|
Packit |
022b05 |
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
# @(#) $Id: Makefile.am 1433 2002-07-24 11:54:24Z strauss $
|
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
EXTRA_DIST = $(shell ls -1 | egrep -v 'CVS|Makefile')
|