comparison src/Makefile.am @ 392:54465fca8b9e

Use PKG_CHECK_MODULES to find the gsf-1 library It uses the architecture-prefixed pkg-config binary, so cross-compiling libpst on multi-arch systems works. Fixes: https://bugs.debian.org/838390
author Paul Wise <pabs3@bonedaddy.net>
date Mon, 23 Dec 2019 12:23:22 +0800
parents 0ccc746c8079
children ffbb5e3f2551
comparison
equal deleted inserted replaced
391:f2742d1160a4 392:54465fca8b9e
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 readpst_CPPFLAGS = $(AM_CPPFLAGS) $(GSF_CFLAGS)
57 57
58 lspst_DEPENDENCIES = libpst.la 58 lspst_DEPENDENCIES = libpst.la
59 readpst_DEPENDENCIES = libpst.la 59 readpst_DEPENDENCIES = libpst.la
60 pst2ldif_DEPENDENCIES = libpst.la 60 pst2ldif_DEPENDENCIES = libpst.la
61 pst2dii_DEPENDENCIES = libpst.la 61 pst2dii_DEPENDENCIES = libpst.la