Add Makefile.am back into source tree

This commit is contained in:
eturner 2001-06-25 19:30:03 +00:00
parent 2f1696c135
commit 8e421a214d

View file

@ -0,0 +1,17 @@
## 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)