summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/make/cctk_Config.h.in (renamed from lib/make/cctk_config.h.in)6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/make/cctk_config.h.in b/lib/make/cctk_Config.h.in
index d3847497..f2191610 100644
--- a/lib/make/cctk_config.h.in
+++ b/lib/make/cctk_Config.h.in
@@ -116,12 +116,12 @@
#endif /*FCODE */
/* Now include the code to pick an appropriate precison for reals and ints */
-#include "cctk_types.h"
+#include "cctk_Types.h"
/* Include any other stuff which is specific to this architecture */
-#include "cctk_archdefs.h"
+#include "cctk_Archdefs.h"
/* Include any extra stuff from optional extra packages. */
-#include "cctk_extradefs.h"
+#include "cctk_Extradefs.h"
#endif /* _CCTK_CONFIG_H_ */