summaryrefslogtreecommitdiff
path: root/cut-n-paste-code/gsequence/Makefile.am
blob: 5849efc9136507974c854294d3beef39c309cb13 (plain)
1
2
3
4
5
6
7
8
9
10
NULL=

noinst_LTLIBRARIES = libgsequence.la

INCLUDES = $(GSEQUENCE_CFLAGS)

libgsequence_la_SOURCES = \
	gsequence.c \
	gsequence.h \
	$(NULL)