]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Thu, 14 Feb 2002 11:40:43 +0000 (12:40 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 14 Feb 2002 11:40:43 +0000 (12:40 +0100)
Rev: src/nettle/.cvsignore:1.8
Rev: src/nettle/Makefile.am:1.31

.cvsignore
.gitignore
Makefile.am

index e600aaf2feb55704eb86f80cee13fd11f889766e..d0a5064aea43e2f3abfc170f32019165ad661c1c 100644 (file)
@@ -1,7 +1,10 @@
+*.tar.gz
+*.tar.gz.asc
 .deps
 Makefile
 Makefile.in
 aclocal.m4
+aesdata
 config.cache
 config.h
 config.h.in
@@ -10,8 +13,6 @@ config.status
 configure
 desdata
 keymap.h
-*.tar.gz
-*.tar.gz.asc
 nettle.aux
 nettle.cp
 nettle.cps
index d41a55f56de56f4e26ab4ee8f3cf6ea95267fcc9..d349bdb377b0d8aa37a60b7066b3fcf1b6cd1fe3 100644 (file)
@@ -30,10 +30,13 @@ _$*
 *.elc
 *.ln
 core
+/*.tar.gz
+/*.tar.gz.asc
 /.deps
 /Makefile
 /Makefile.in
 /aclocal.m4
+/aesdata
 /config.cache
 /config.h
 /config.h.in
@@ -42,8 +45,6 @@ core
 /configure
 /desdata
 /keymap.h
-/*.tar.gz
-/*.tar.gz.asc
 /nettle.aux
 /nettle.cp
 /nettle.cps
index 3c94ccb4bd7a2baf6ebf960de41497f21cdb4200..43446d3763b9e6716d1943d17b485f8af4705580 100644 (file)
@@ -1,6 +1,6 @@
 SUBDIRS = . testsuite examples
 
-noinst_PROGRAMS = desdata shadata
+noinst_PROGRAMS = aesdata desdata shadata
 
 libnettleincludedir = $(includedir)/nettle