## Process this file with automake to produce Makefile.in lib_LTLIBRARIES = libgxsnmp-2.la libgxsnmp_2_la_SOURCES = \ gxsnmp_dgram.c \ gxsnmp_dgram.h \ gxsnmp_digest.c \ gxsnmp_digest.h \ gxsnmp_hash.c \ gxsnmp_hash.h \ gxsnmp_md2.c \ gxsnmp_md2.h \ gxsnmp_md4.c \ gxsnmp_md4.h \ gxsnmp_md5.c \ gxsnmp_md5.h \ gxsnmp_message.c \ gxsnmp_message.h \ gxsnmp_ripemd128.c \ gxsnmp_ripemd128.h \ gxsnmp_ripemd160.c \ gxsnmp_ripemd160.h \ gxsnmp_sha.c \ gxsnmp_sha.h libgxsnmp_2_la_LDFLAGS = @LT_VERSION_INFO@ INCLUDES = $(GLIB_CFLAGS) \ -DG_LOG_DOMAIN=\"gxsnmp_lib\" -I$(topsrcdir)/include noinst_PROGRAMS = testhash testhmac testengineid testhash_LDADD = libgxsnmp-2.la $(GLIB_LIBS) $(INTLLIBS) testhmac_LDADD = libgxsnmp-2.la $(GLIB_LIBS) $(INTLLIBS) testengineid_LDADD = libgxsnmp-2.la $(GLIB_LIBS) $(INTLLIBS) testhash_CFLAGS = $(GLIB_CFLAGS) testhmac_CFLAGS = $(GLIB_CFLAGS) testengineid_CFLAGS = $(GLIB_CFLAGS)