aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/Makefile.am1
2 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 61b0034..c0a704b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
2006-11-21 Werner Koch <[email protected]>
+ * Makefile.am (libassuan_pth_a_CFLAGS): New.
+
* assuan-pipe-server.c (_assuan_release_context): Free CMDTBL.
2006-11-14 Werner Koch <[email protected]>
diff --git a/src/Makefile.am b/src/Makefile.am
index 52980ed..81ffb5a 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -60,6 +60,7 @@ libassuan_a_LIBADD = @LIBOBJS@
if HAVE_PTH
libassuan_pth_a_SOURCES = $(common_sources) assuan-io-pth.c
+libassuan_pth_a_CFLAGS = $(AM_CFLAGS) $(PTH_CFLAGS)
libassuan_pth_a_LIBADD = @LIBOBJS@
endif