comparison src/Makefile.am @ 373:0ccc746c8079

Zachary Travis - Add support for the OST 2013 format, and Content-Disposition filename key fix for outlook compatibility
author Carl Byington <carl@five-ten-sg.com>
date Fri, 21 Jul 2017 20:01:44 -0700
parents c4537664ff50
children 54465fca8b9e
comparison
equal deleted inserted replaced
372:5b52efe35bd8 373:0ccc746c8079
89 89
90 # set the include path found by configure 90 # set the include path found by configure
91 INCLUDES= -I$(srcdir)/.. $(all_includes) 91 INCLUDES= -I$(srcdir)/.. $(all_includes)
92 92
93 # the library search path. 93 # the library search path.
94 lspst_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) 94 lspst_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) @ZLIB_LIBS@
95 readpst_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) $(REGEXLIB) $(GSF_LIBS) 95 readpst_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) $(REGEXLIB) $(GSF_LIBS) @ZLIB_LIBS@
96 pst2ldif_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) 96 pst2ldif_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) @ZLIB_LIBS@
97 pst2dii_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) -lgd 97 pst2dii_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) -lgd @ZLIB_LIBS@
98 deltasearch_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) 98 deltasearch_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) @ZLIB_LIBS@
99 dumpblocks_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) 99 dumpblocks_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) @ZLIB_LIBS@
100 getidblock_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) 100 getidblock_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) @ZLIB_LIBS@
101 nick2ldif_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) 101 nick2ldif_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) @ZLIB_LIBS@
102 102
103 103