author | Don Pellegrino <don@drexel.edu> | 2009-07-07 20:28:00 (GMT) |
---|---|---|
committer | Don Pellegrino <don@drexel.edu> | 2009-07-07 20:28:00 (GMT) |
commit | 004bc880ecb4cf7938deed0173ab69176010306c (patch) (side-by-side diff) | |
tree | 85f91b45dbe97289e3d9c13d20ed7238b96f71bc | |
parent | 5fb9b85f6043f985de3397b724553a830f0393e4 (diff) | |
download | exp005-004bc880ecb4cf7938deed0173ab69176010306c.zip exp005-004bc880ecb4cf7938deed0173ab69176010306c.tar.gz exp005-004bc880ecb4cf7938deed0173ab69176010306c.tar.bz2 |
Set the AMD Performance Monitor module's directory to be included in
GNU Indent processing.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9ac859b..3a55a0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,5 +8,7 @@ indent : src/db/*.c src/db/*.sqc src/db/*.h \ src/model/*.c src/model/*.sqc src/model/*.h \ src/util/*.c src/util/*.h \ + src/util/amd_performance_monitor/*.c \ + src/util/amd_performance_monitor/*.h \ src/view/*.c src/view/*.h |