# Process this file with automake to produce Makefile.in INCLUDES = -I$(top_srcdir) -I$(includedir) $(GNOME_INCLUDEDIR) \ -DG_LOG_DOMAIN=\"GxSNMP\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -I$(top_srcdir)/intl bin_PROGRAMS = gxsnmp-shell gxsnmp gxsnmp_SOURCES = \ gnome-canvas-grid.c gnome-canvas-grid.h \ gnome-canvas-handle.c gnome-canvas-handle.h \ gnome-canvas-handle-box.c gnome-canvas-handle-box.h \ gnome-canvas-handle-line.c gnome-canvas-handle-line.h \ gnome-canvas-handled.c gnome-canvas-handled.h \ gnome-canvas-rubberband.c gnome-canvas-rubberband.h \ gxsnmp_app.c gxsnmp_app.h \ gxsnmp_config.c gxsnmp_config.h \ gxsnmp_host_item.c gxsnmp_host_item.h \ gxsnmp_map.c gxsnmp_map.h \ gxsnmp_map_item.c gxsnmp_map_item.h \ gxsnmp_menus.c gxsnmp_menus.h \ gxsnmp_util.c gxsnmp_util.h \ gxsnmp_xml_io.c gxsnmp_xml_io.h \ gxsnmp.c job_queue.c job_queue.h gxsnmp_shell_SOURCES = \ gxsnmp_shell.c gxsnmp_LDADD = $(GNOMEUI_LIBS) $(GNOME_LIBDIR) $(INTLLIBS) $(SMI_LIB) \ $(GNOME_XML_LIB) gxsnmp_shell_LDADD = \ $(GTK_LIBS) $(GNOME_LIBDIR) $(GNOMEGNORBA_LIBS) $(INTLLIBS) -lbonobo