added missing entries into Makefile.am

This commit is contained in:
2009-02-24 21:57:28 +00:00
parent a0e3b67946
commit 0cedc33a2c
6 changed files with 192 additions and 193 deletions

View File

@ -200,7 +200,8 @@ top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = nostdinc
AM_CFLAGS = -I$(top_builddir)/include
lib_LTLIBRARIES = libqsecmn.la
libqsecmn_la_SOURCES = mem.h chr.h \
libqsecmn_la_SOURCES = \
syscall.h mem.h chr.h \
mem.c chr.c chr_cnv.c rex.c \
str_bas.c str_cnv.c str_dyn.c str_utl.c \
lda.c map.c sll.c dll.c opt.c \