summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHarald Welte2010-05-19 19:44:57 +0200
committerHarald Welte2010-05-25 22:28:40 +0200
commit93cf5a38eb503128016ce57f71071ca2f4415650 (patch)
tree70f6c45114a3edd812a28bae5516324687726158 /src
parentAdd pkgconfig for libosmovty (diff)
downloadlibosmocore-93cf5a38eb503128016ce57f71071ca2f4415650.tar.gz
libosmocore-93cf5a38eb503128016ce57f71071ca2f4415650.tar.xz
libosmocore-93cf5a38eb503128016ce57f71071ca2f4415650.zip
fix typo resultin in dist/distcheck problem
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 2e2eaf0..1a7d87f 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