Rename .cpp => .cc and .hpp => .h

This commit is contained in:
Keith Winstein
2012-02-05 02:39:18 -05:00
parent da2f481eea
commit b0f059aaea
48 changed files with 80 additions and 80 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
AC_PREREQ([2.68])
AC_INIT(mosh, 0.9, mosh-devel@mit.edu)
AM_INIT_AUTOMAKE(mosh, 0.9)
AC_CONFIG_SRCDIR([src/transportfragment.hpp])
AC_CONFIG_SRCDIR([src/transportfragment.h])
AC_CONFIG_HEADERS([config.h])
AC_OUTPUT(Makefile src/Makefile protobufs/Makefile scripts/Makefile)