blob: 760aa7747caf495422baddd44311df6229d85363 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
## 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
|