Move protobufs inside src and distribute /debian

This commit is contained in:
Keith Winstein
2012-02-06 16:28:29 -05:00
parent 38c27149ee
commit 2611a42fb1
9 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ AC_INIT(mosh, 0.9, mosh-devel@mit.edu)
AM_INIT_AUTOMAKE(mosh, 0.9)
AC_CONFIG_SRCDIR([src/transportfragment.h])
AC_CONFIG_HEADERS([config.h])
AC_OUTPUT(Makefile src/Makefile protobufs/Makefile scripts/Makefile)
AC_OUTPUT(Makefile src/Makefile src/protobufs/Makefile scripts/Makefile)
# Checks for programs.
AC_PROG_CXX