diff options
Diffstat (limited to '')
-rw-r--r-- | tools/Makefile.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index c22fb8f36..f5fc114a7 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -17,4 +17,15 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA -EXTRA_DIST = watchgnupg.c +EXTRA_DIST = Manifest watchgnupg.c + +localedir = $(datadir)/locale +INCLUDES = -I../intl -DLOCALEDIR=\"$(localedir)\" +AM_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/intl + +bin_PROGRAMS = gpgconf + +gpgconf_SOURCES = gpgconf.c gpgconf.h gpgconf-list.c no-libgcrypt.c + +gpgconf_LDADD = ../jnlib/libjnlib.a ../common/libcommon.a @INTLLIBS@ + |