## Process this file with automake to produce Makefile.in SUBDIRS = components INCLUDES = -I$(top_srcdir)/include -I$(includedir) \ -DG_LOG_DOMAIN=\"GxSNMP\" \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" -I$(top_srcdir)/intl \ $(GNOME_INCLUDEDIR) bin_PROGRAMS = gxsnmp gxsnmp_SOURCES = \ gxsnmp_shell.c gxsnmp_LDADD = \ $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(BONOBO_GNOME_LIBS)