mirror of
git://git.gnupg.org/gnupg.git
synced 2025-05-19 09:02:22 +02:00
Renamed some configure flags.
This commit is contained in:
parent
1299c134fa
commit
2f4b415fbc
@ -23,7 +23,7 @@ localedir = $(datadir)/locale
|
|||||||
INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
|
INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
|
||||||
|
|
||||||
EXTRA_DIST = mkerrors
|
EXTRA_DIST = mkerrors
|
||||||
AM_CPPFLAGS = $(LIBKSBA_CFLAGS) $(LIBGCRYPT_CLFAGS)
|
AM_CPPFLAGS = $(KSBA_CFLAGS) $(LIBGCRYPT_CLFAGS)
|
||||||
BUILT_SOURCES = keybox-errors.c
|
BUILT_SOURCES = keybox-errors.c
|
||||||
|
|
||||||
noinst_LIBRARIES = libkeybox.a
|
noinst_LIBRARIES = libkeybox.a
|
||||||
@ -44,7 +44,7 @@ common_sources = \
|
|||||||
libkeybox_a_SOURCES = $(common_sources)
|
libkeybox_a_SOURCES = $(common_sources)
|
||||||
|
|
||||||
kbxutil_SOURCES = kbxutil.c $(common_sources)
|
kbxutil_SOURCES = kbxutil.c $(common_sources)
|
||||||
kbxutil_LDADD = ../jnlib/libjnlib.a $(LIBKSBA_LIBS) $(LIBGCRYPT_LIBS)
|
kbxutil_LDADD = ../jnlib/libjnlib.a $(KSBA_LIBS) $(LIBGCRYPT_LIBS)
|
||||||
|
|
||||||
keybox-errors.c : keybox.h mkerrors
|
keybox-errors.c : keybox.h mkerrors
|
||||||
$(srcdir)/mkerrors < $(srcdir)/keybox.h > keybox-errors.c
|
$(srcdir)/mkerrors < $(srcdir)/keybox.h > keybox-errors.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user