Mercurial > libpst
comparison src/Makefile.am @ 193:cf3df962f1e5 stable-0-6-37
prep for fedora build
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 17 Apr 2009 12:51:59 -0700 |
parents | ac6e22c8a9cf |
children | 2f38c4ce606f |
comparison
equal
deleted
inserted
replaced
192:774b2e77eb50 | 193:cf3df962f1e5 |
---|---|
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 |
70 libpstincludedir = $(includedir)/libpst-@LIBPST_SO_MAJOR@/libpst | 70 libpstincludedir = $(includedir)/libpst-@LIBPST_SO_MAJOR@/libpst |
71 libpstinclude_HEADERS = \ | 71 libpstinclude_HEADERS = \ |
72 common.h \ | 72 common.h \ |
73 libpst.h \ | 73 libpst.h \ |
74 libstrfunc.h\ | 74 libstrfunc.h\ |
75 lzfu.h \ | |
75 timeconv.h \ | 76 timeconv.h \ |
76 vbuf.h | 77 vbuf.h |
77 libpst_la_LDFLAGS = $(NO_UNDEFINED) -version-info @LIBPST_VERSION_INFO@ | 78 libpst_la_LDFLAGS = $(NO_UNDEFINED) -version-info @LIBPST_VERSION_INFO@ |
78 endif | 79 endif |
79 | 80 |