summaryrefslogtreecommitdiffstats
path: root/kapptemplate/existing.module
diff options
context:
space:
mode:
Diffstat (limited to 'kapptemplate/existing.module')
-rw-r--r--kapptemplate/existing.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/kapptemplate/existing.module b/kapptemplate/existing.module
index 01a4e710..500f5adf 100644
--- a/kapptemplate/existing.module
+++ b/kapptemplate/existing.module
@@ -20,7 +20,7 @@ function GetCurrentSource
# Now, find C++ source and header files
CUR_PWD=$PWD;
cd $SOURCE_LOCATION;
- EXISTING_SOURCE=`/bin/ls -x *.C *.cpp *.cc`;
+ EXISTING_SOURCE=`/bin/ls -x *.cpp`;
EXISTING_HEADER=`/bin/ls -x *.h`;
cd $CUR_PWD;