]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Cosmetic fix.
authorSimon Josefsson <simon@josefsson.org>
Wed, 4 Mar 2009 17:37:36 +0000 (18:37 +0100)
committerSimon Josefsson <simon@josefsson.org>
Wed, 4 Mar 2009 17:37:36 +0000 (18:37 +0100)
lib/x509/Makefile.am

index 6c6c67b619209ffd05d7bff23900d8f5b3c6dcd9..510d20268368da4f324879cdc3b676b880fa54f6 100644 (file)
@@ -1,5 +1,5 @@
 ## Process this file with automake to produce Makefile.in
-# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation
+# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation
 #
 # This file is part of GNUTLS.
 #
@@ -33,11 +33,30 @@ endif
 
 noinst_LTLIBRARIES = libgnutls_x509.la
 
-libgnutls_x509_la_SOURCES = crl.c dn.c common.c x509.c extensions.c    \
-       rfc2818_hostname.c verify.c mpi.c privkey.c pkcs7.c     \
-       crq.c sign.c privkey_pkcs8.c pkcs12.c pkcs12_bag.c              \
-       pkcs12_encr.c x509_write.c crl_write.c common.h x509_int.h      \
-       output.c pbkdf2-sha1.c pbkdf2-sha1.h
+libgnutls_x509_la_SOURCES =    \
+       common.c                \
+       common.h                \
+       crl.c                   \
+       crl_write.c             \
+       crq.c                   \
+       dn.c                    \
+       extensions.c            \
+       mpi.c                   \
+       output.c                \
+       pbkdf2-sha1.c           \
+       pbkdf2-sha1.h           \
+       pkcs12.c                \
+       pkcs12_bag.c            \
+       pkcs12_encr.c           \
+       pkcs7.c                 \
+       privkey.c               \
+       privkey_pkcs8.c         \
+       rfc2818_hostname.c      \
+       sign.c                  \
+       verify.c                \
+       x509.c                  \
+       x509_int.h              \
+       x509_write.c
 
 EXTRA_DIST = x509-api.texi