diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-16 00:38:08 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-04-16 00:38:08 +0200 |
commit | 8b038ab976011a715c495207a750e7cc42165d06 (patch) | |
tree | 85d651247736a094ab066fbab0a7af0e3486b417 /configure.ac | |
parent | 426cc51abcf68c4e9291c283214fff9ff955cfda (diff) | |
download | gnutls-8b038ab976011a715c495207a750e7cc42165d06.tar.gz |
The auth_ and ext_ files were moved to respective directories.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bf1d3911ce..5dc81a18b6 100644 --- a/configure.ac +++ b/configure.ac @@ -415,6 +415,8 @@ AC_CONFIG_FILES([ tests/suite/Makefile lib/accelerated/Makefile lib/accelerated/intel/Makefile + lib/ext/Makefile + lib/auth/Makefile ]) AC_OUTPUT |