Blame mibs/tubs/Makefile.am
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
# Makefile.am --
|
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
# Template to generate the mibs/tubs 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 1607 2003-12-01 19:01:38Z strauss $
|
|
Packit |
022b05 |
#
|
|
Packit |
022b05 |
|
|
Packit |
022b05 |
tubsdir = $(mibdir)/tubs
|
|
Packit |
022b05 |
MIBS = $(shell ls -1 $(srcdir) | egrep -v 'CVS|Makefile')
|
|
Packit |
022b05 |
EXTRA_DIST = $(MIBS)
|
|
Packit |
022b05 |
tubs_DATA = $(MIBS)
|