comparison src/Makefile.am @ 176:ac6e22c8a9cf

build separate libpst, libpst-libs, libpst-devel rpms. remove many functions from the interface by making them static.
author Carl Byington <carl@five-ten-sg.com>
date Wed, 08 Apr 2009 14:13:06 -0700
parents 9bbc834d5f3e
children cf3df962f1e5
comparison
equal deleted inserted replaced
175:03dbd449290f 176:ac6e22c8a9cf
20 20
21 common_source = debug.c \ 21 common_source = debug.c \
22 libpst.c \ 22 libpst.c \
23 libstrfunc.c \ 23 libstrfunc.c \
24 lzfu.c \ 24 lzfu.c \
25 timeconv.c \ 25 timeconv.c \
26 vbuf.c 26 vbuf.c
27 27
28 28
29 if NEED_XGETOPT 29 if NEED_XGETOPT
30 common_source += XGetopt.c 30 common_source += XGetopt.c