mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
2006-10-24 Marcus Brinkmann <marcus@g10code.de>
* Makefile.am (libcommon_a_CFLAGS): Add $(LIBASSUAN_CFLAGS). (libsimple_pwquery_a_CFLAGS): New variable.
This commit is contained in:
parent
a2786169f2
commit
b295a9682b
@ -1,3 +1,8 @@
|
||||
2006-10-24 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* Makefile.am (libcommon_a_CFLAGS): Add $(LIBASSUAN_CFLAGS).
|
||||
(libsimple_pwquery_a_CFLAGS): New variable.
|
||||
|
||||
2006-10-20 Werner Koch <wk@g10code.com>
|
||||
|
||||
* convert.c (hex2bin): New.
|
||||
|
@ -61,13 +61,14 @@ common_sources = \
|
||||
http.c http.h
|
||||
|
||||
libcommon_a_SOURCES = $(common_sources)
|
||||
libcommon_a_CFLAGS = $(AM_CFLAGS) -DWITHOUT_GNU_PTH=1
|
||||
libcommon_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) -DWITHOUT_GNU_PTH=1
|
||||
|
||||
libcommonpth_a_SOURCES = $(common_sources)
|
||||
libcommonpth_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_PTH_CFLAGS) $(PTH_CFLAGS)
|
||||
|
||||
libsimple_pwquery_a_SOURCES = \
|
||||
simple-pwquery.c simple-pwquery.h asshelp.c asshelp.h
|
||||
libsimple_pwquery_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS)
|
||||
|
||||
libgpgrl_a_SOURCES = \
|
||||
gpgrlhelp.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user