mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Include cmacros.am for common flags.
This commit is contained in:
parent
70631cf0df
commit
82b26c5965
@ -1,3 +1,7 @@
|
|||||||
|
2004-02-12 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* Makefile.am: Include cmacros.am for common flags.
|
||||||
|
|
||||||
2004-01-29 Werner Koch <wk@gnupg.org>
|
2004-01-29 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* command.c (reset_notify): Release the application context and
|
* command.c (reset_notify): Release the application context and
|
||||||
|
@ -18,14 +18,16 @@
|
|||||||
|
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
localedir = $(datadir)/locale
|
|
||||||
INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\"
|
|
||||||
|
|
||||||
bin_PROGRAMS = scdaemon sc-investigate sc-copykeys
|
bin_PROGRAMS = scdaemon sc-investigate sc-copykeys
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/common $(OPENSC_CFLAGS) $(LIBGCRYPT_CFLAGS) \
|
AM_CPPFLAGS = -I$(top_srcdir)/intl -I$(top_srcdir)/common
|
||||||
|
|
||||||
|
include $(top_srcdir)/am/cmacros.am
|
||||||
|
|
||||||
|
AM_CFLAGS = $(OPENSC_CFLAGS) $(LIBGCRYPT_CFLAGS) \
|
||||||
$(KSBA_CFLAGS) $(LIBASSUAN_CFLAGS)
|
$(KSBA_CFLAGS) $(LIBASSUAN_CFLAGS)
|
||||||
|
|
||||||
|
|
||||||
card_apps = app-openpgp.c app-nks.c app-dinsig.c
|
card_apps = app-openpgp.c app-nks.c app-dinsig.c
|
||||||
|
|
||||||
scdaemon_SOURCES = \
|
scdaemon_SOURCES = \
|
||||||
|
@ -98,7 +98,7 @@
|
|||||||
# include "scdaemon.h"
|
# include "scdaemon.h"
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
/* Disable all debgging output for now. */
|
/* Disable all debugging output for now. */
|
||||||
#undef DBG_CARD_IO
|
#undef DBG_CARD_IO
|
||||||
#define DBG_CARD_IO 0
|
#define DBG_CARD_IO 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user