mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
Use GPG_ERROR_CFLAGS
This commit is contained in:
parent
f332166e51
commit
1e53ff3608
@ -1,3 +1,7 @@
|
|||||||
|
2004-01-10 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* Makefile.am: Use GPG_ERROR_CFLAGS
|
||||||
|
|
||||||
2004-01-05 Werner Koch <wk@gnupg.org>
|
2004-01-05 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* Manifest: New.
|
* Manifest: New.
|
||||||
|
@ -21,7 +21,10 @@ EXTRA_DIST = Manifest watchgnupg.c
|
|||||||
|
|
||||||
localedir = $(datadir)/locale
|
localedir = $(datadir)/locale
|
||||||
INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
|
INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl
|
|
||||||
|
# Note, that we require GPG_ERROR_CFLAGS only because some share header files
|
||||||
|
# require that file. It is not actually used in gpgconf.
|
||||||
|
AM_CFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl @GPG_ERROR_CFLAGS@
|
||||||
|
|
||||||
bin_PROGRAMS = gpgconf
|
bin_PROGRAMS = gpgconf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user