diff options
author | Harald Welte <laforge@gnumonks.org> | 2010-05-19 19:44:57 +0200 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2010-05-25 22:28:40 +0200 |
commit | 93cf5a38eb503128016ce57f71071ca2f4415650 (patch) | |
tree | 70f6c45114a3edd812a28bae5516324687726158 | |
parent | e352c52ed8f60276cf6bfe71abf3f1c6c06c2b8d (diff) |
fix typo resultin in dist/distcheck problem
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2e2eaf0e..1a7d87f3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -SUBDRIS=vty +SUBDIRS=vty # This is _NOT_ the library release version, it's an API version. # Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification |