## Process this file with automake to produce Makefile.in #SUBDIRS = table-plugins lib_LTLIBRARIES = libgxsnmpdb.la libgxsnmpdb_la_SOURCES = \ io.c \ g_sql.c \ plugins.c \ util.c \ pdu.c \ object.c \ macro.c \ dbfilter.c \ dbconfig.c \ table-common.c \ conf.c \ g_sqldb.c \ ddclient.c \ debug.c \ gxsnmp_DB_graph.c \ gxsnmp_DB_hinventory.c \ gxsnmp_DB_hitem.c \ gxsnmp_DB_host.c \ gxsnmp_DB_interface.c \ gxsnmp_DB_map.c \ gxsnmp_DB_network.c \ gxsnmp_DB_snmp.c \ gxsnmp_tables.c \ gxsnmp_dbfilter.c libgxsnmpdb_la_LDFLAGS = -version-info 1:0:0 INCLUDES = \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -DLOCALEDIR=\"$(datadir)/locale\" \ $(GNOME_INCLUDEDIR) \ -I$(top_srcdir)/database3/include \ -I$(includedir)