diff options
Diffstat (limited to 'scd/Makefile.am')
-rw-r--r-- | scd/Makefile.am | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/scd/Makefile.am b/scd/Makefile.am index c8bf3d0de..89ebf4e05 100644 --- a/scd/Makefile.am +++ b/scd/Makefile.am @@ -18,14 +18,16 @@ ## Process this file with automake to produce Makefile.in -localedir = $(datadir)/locale -INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\" - 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) + card_apps = app-openpgp.c app-nks.c app-dinsig.c scdaemon_SOURCES = \ |