Add missing dependencies to debian/control

This commit is contained in:
Keith Winstein
2012-02-09 09:36:01 -05:00
parent 7d2bfcd9b1
commit e67f6c5da7
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
AC_INIT([mosh], [0.9b], [mosh-devel@mit.edu])
AC_INIT([mosh], [0.91a], [mosh-devel@mit.edu])
AM_INIT_AUTOMAKE([-Wall -Werror])
AC_CONFIG_SRCDIR([src/frontend/mosh-client.cc])
AC_CONFIG_HEADERS([config.h])