diff options
Diffstat (limited to 'kapptemplate')
-rw-r--r-- | kapptemplate/existing.module | 2 |
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; |