Add Makefile.am back into source tree
This commit is contained in:
parent
2f1696c135
commit
8e421a214d
17
add-ons/mibedit/src/Makefile.am
Normal file
17
add-ons/mibedit/src/Makefile.am
Normal 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)
|
||||
|
Loading…
Reference in a new issue