diff options
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index 75838524a..02e3ee525 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/intl -EXTRA_DIST = OPTIONS pubring.asc +EXTRA_DIST = OPTIONS pubring.asc options.skel OMIT_DEPENDENCIES = zlib.h zconf.h LDFLAGS = @LDFLAGS@ @DYNLINK_LDFLAGS@ needed_libs = ../cipher/libcipher.a ../mpi/libmpi.a ../util/libutil.a @@ -87,3 +87,9 @@ g10maint.o: $(srcdir)/g10.c $(PROGRAMS): $(needed_libs) +install-data-local: + $(mkinstalldirs) $(pkgdatadir) + $(INSTALL_DATA) $(srcdir)/options.skel $(pkgdatadir)/options.skel + + + |