comparison src/Makefile.am @ 316:c4537664ff50

merge .msg generation code
author Carl Byington <carl@five-ten-sg.com>
date Mon, 24 Dec 2012 17:51:12 -0800
parents 8ad8fd1c5451 97c53c6868ab
children 0ccc746c8079
comparison
equal deleted inserted replaced
307:db6db9a26a19 316:c4537664ff50
43 bin_PROGRAMS = lspst readpst pst2ldif nick2ldif 43 bin_PROGRAMS = lspst readpst pst2ldif nick2ldif
44 if BUILD_DII 44 if BUILD_DII
45 bin_PROGRAMS += pst2dii 45 bin_PROGRAMS += pst2dii
46 endif 46 endif
47 lspst_SOURCES = lspst.c $(common_header) 47 lspst_SOURCES = lspst.c $(common_header)
48 readpst_SOURCES = readpst.c $(common_header) 48 readpst_SOURCES = readpst.c $(common_header) msg.cpp msg.h
49 pst2ldif_SOURCES = pst2ldif.cpp $(common_header) 49 pst2ldif_SOURCES = pst2ldif.cpp $(common_header)
50 pst2dii_SOURCES = pst2dii.cpp $(common_header) 50 pst2dii_SOURCES = pst2dii.cpp $(common_header)
51 deltasearch_SOURCES = deltasearch.cpp $(common_header) 51 deltasearch_SOURCES = deltasearch.cpp $(common_header)
52 dumpblocks_SOURCES = dumpblocks.c $(common_header) 52 dumpblocks_SOURCES = dumpblocks.c $(common_header)
53 getidblock_SOURCES = getidblock.c $(common_header) 53 getidblock_SOURCES = getidblock.c $(common_header)
54 nick2ldif_SOURCES = nick2ldif.cpp $(common_header) 54 nick2ldif_SOURCES = nick2ldif.cpp $(common_header)
55 55
56 readpst_CPPFLAGS = $(AM_CPPFLAGS) $(GSF_FLAGS)
56 57
57 lspst_DEPENDENCIES = libpst.la 58 lspst_DEPENDENCIES = libpst.la
58 readpst_DEPENDENCIES = libpst.la 59 readpst_DEPENDENCIES = libpst.la
59 pst2ldif_DEPENDENCIES = libpst.la 60 pst2ldif_DEPENDENCIES = libpst.la
60 pst2dii_DEPENDENCIES = libpst.la 61 pst2dii_DEPENDENCIES = libpst.la
89 # set the include path found by configure 90 # set the include path found by configure
90 INCLUDES= -I$(srcdir)/.. $(all_includes) 91 INCLUDES= -I$(srcdir)/.. $(all_includes)
91 92
92 # the library search path. 93 # the library search path.
93 lspst_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) 94 lspst_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV)
94 readpst_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) $(REGEXLIB) 95 readpst_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) $(REGEXLIB) $(GSF_LIBS)
95 pst2ldif_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) 96 pst2ldif_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV)
96 pst2dii_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) -lgd 97 pst2dii_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) -lgd
97 deltasearch_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) 98 deltasearch_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV)
98 dumpblocks_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) 99 dumpblocks_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV)
99 getidblock_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV) 100 getidblock_LDADD = $(all_libraries) $(PSTLIB) $(LTLIBICONV)