Mercurial > libpst
comparison src/Makefile.am @ 133:2ec889a79e51
patch from Fridrich Strba, some systems need extra library for regex
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 07 Feb 2009 07:57:32 -0800 |
parents | 5e4d6faada34 |
children | fc6c54c453e5 |
comparison
equal
deleted
inserted
replaced
132:5e4d6faada34 | 133:2ec889a79e51 |
---|---|
91 # set the include path found by configure | 91 # set the include path found by configure |
92 INCLUDES= -I$(srcdir)/.. $(all_includes) | 92 INCLUDES= -I$(srcdir)/.. $(all_includes) |
93 | 93 |
94 # the library search path. | 94 # the library search path. |
95 lspst_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) | 95 lspst_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) |
96 readpst_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) | 96 readpst_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) $(REGEXLIB) |
97 readpstlog_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) | 97 readpstlog_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) |
98 pst2ldif_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) | 98 pst2ldif_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) |
99 pst2dii_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) -lgd | 99 pst2dii_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) -lgd |
100 dumpblocks_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) | 100 dumpblocks_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) |
101 getidblock_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) | 101 getidblock_LDADD = $(all_libraries) $(PSTLIB) $(ICONVLIB) |