Remove MIBEDIT automake file

This commit is contained in:
eturner 2001-06-25 19:27:50 +00:00
parent 46aa717e1c
commit 2f1696c135

View file

@ -1,17 +0,0 @@
## Process this file with automake to produce Makefile.in
INCLUDES = \
-I$(top_srcdir)/intl \
$(GNOME_INCLUDEDIR)
bin_PROGRAMS = mibedit
mibedit_SOURCES = \
main.c \
support.c support.h \
interface.c interface.h \
callbacks.c callbacks.h \
mib_access.c mib_access.h
mibedit_LDADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(INTLLIBS)