## Process this file with automake to produce Makefile.in lib_LTLIBRARIES = libgxsnmpsupport.la libgxsnmpsupport_la_SOURCES = \ path.cpp gxsnmp_database_pdu.c gxsnmp_database_util.c \ gxsnmp_util.c gxsnmp_database_table.c libgxsnmpsupport_la_LD_FLAGS = -version-info 0:0:1 INCLUDES = -I$(top_srcdir)/include $(GNOME_INCLUDEDIR) \ -I$(top_srcdir)/include/database \ -DG_LOG_DOMAIN=\"GxSNMP\" -DGNOMELOCALEDIR=\""$(datadir)/locale"\"