diff options
Diffstat (limited to 'cipher/Makefile.am')
-rw-r--r-- | cipher/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cipher/Makefile.am b/cipher/Makefile.am index 9792419f5..2ed370f05 100644 --- a/cipher/Makefile.am +++ b/cipher/Makefile.am @@ -1,4 +1,4 @@ -## Process this file with automake to produce Makefile.in +# Process this file with automake to produce Makefile.in INCLUDES = -I$(top_srcdir)/gcrypt @@ -56,9 +56,8 @@ libcipher_la_SOURCES = cipher.c \ # configure creates the constructor file BUILT_SOURCES = construct.c - libcipher_la_DEPENDENCIES = @STATIC_CIPHER_OBJS@ -libcipher_la_LIBADD = @STATIC_CIPHER_OBJS@ +libcipher_la_LIBADD = @STATIC_CIPHER_OBJS@ # If I remember it correct, automake 1.4 has a feature to set |