## Makefile.am -- Process this file with automake to produce Makefile.in

lib_LIBRARIES = libdebug.a

libdebug_a_SOURCES = gstack/gstack.c

include $(top_srcdir)/Makefile.common

