aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@mit.edu>2012-02-05 02:39:18 -0500
committerGravatar Keith Winstein <keithw@mit.edu>2012-02-05 02:43:13 -0500
commitb0f059aaead2e0b92f0d2dc33d9532409510e580 (patch)
tree97ba369ef9653424ca58066621725752400b5517 /configure.ac
parentda2f481eea0ededfa3e4d256b7e4e00b50164be2 (diff)
Rename .cpp => .cc and .hpp => .h
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 850ee51..b97d029 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)