Skip to content

Commit

Permalink
dpkg-buildpackage runs successfully.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaker committed Oct 22, 2017
1 parent 9b751ac commit da7106b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 20 deletions.
5 changes: 5 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src

dist_man_MANS = \
man/passphrase-identity.1

EXTRA_DIST = LICENSE README.markdown
3 changes: 0 additions & 3 deletions autogen.sh

This file was deleted.

9 changes: 0 additions & 9 deletions debian/make-debianpkg.sh

This file was deleted.

16 changes: 8 additions & 8 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ passphrase_identity_CFLAGS = @PASSPHRASE_IDENTITY_CFLAGS@ @SODIUM_CFLAGS@
passphrase_identity_LDFLAGS = @SODIUM_LIBS@

passphrase_identity_SOURCES = \
buffer.c \
buffer_writer.c \
main.c \
memory.c \
openssh.c \
sha1.c \
openpgp.c \
profile.c \
readpassphrase.c
buffer.c buffer.h \
buffer_writer.c buffer_writer.h \
memory.c memory.h \
openssh.c openssh.h \
sha1.c sha.h sha-private.h \
openpgp.c openpgp.h \
profile.c profile.h \
readpassphrase.c readpassphrase.h

0 comments on commit da7106b

Please sign in to comment.