blob: 8b2ed20074b39ee627b41091eb1b3ff66b9dc77a (
plain)
1
2
3
4
5
6
7
8
9
|
noinst_LTLIBRARIES = libgatchat.la
libgatchat_la_SOURCES = gatchat.h gatchat.c gatresult.h gatresult.c \
ringbuffer.h ringbuffer.c gatsyntax.h gatsyntax.c
AM_CFLAGS = @GLIB_CFLAGS@
MAINTAINERCLEANFILES = Makefile.in
|