# Process this file with automake to produce Makefile.in INCLUDES = -I$(top_srcdir) -I$(includedir) $(GNOME_INCLUDEDIR) \ $(EXTRA_BONOBO_CFLAGS) \ -DG_LOG_DOMAIN=\"GxSNMP\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -I$(top_srcdir)/intl bin_PROGRAMS = gxsnmp_controls gxsnmp_controls_SOURCES = \ gxsnmp_mib_browser_control.c gxsnmp_mib_browser_control.h \ gxsnmp_table_control.c gxsnmp_table_control.h \ gxsnmp_control_factory.c gxsnmp_control_factory.h \ gxsnmp_request.c gxsnmp_request.h \ gxsnmp_util.c gxsnmp_util.h \ debug.h gxsnmp_controls_LDADD = \ $(GNOME_LIBS) \ $(GNOME_LIBDIR) \ $(GNOMEGNORBA_LIBS) \ $(INTLLIBS) \ -lbonobo \ $(SMI_LIB) gnorbadir = $(sysconfdir)/CORBA/servers gnorba_DATA = gxsnmp-mib-browser.gnorba gxsnmp-table.gnorba EXTRA_DIST = gxsnmp-mib-browser.gnorba gxsnmp-table.gnorba