Initial version...

This commit is contained in:
Jaroslav Kysela 1998-12-27 00:59:08 +00:00
parent 4518e4ca8e
commit 47b0531d86
3 changed files with 732 additions and 0 deletions

7
src/seq/Makefile.am Normal file
View file

@ -0,0 +1,7 @@
EXTRA_LTLIBRARIES=libseq.la
libseq_la_SOURCES = seq.c
all: libseq.la
INCLUDES=-I$(top_srcdir)/include