Changeset 29517
- Timestamp:
- Oct 21, 2010, 2:47:23 PM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100823/psModules/src
- Files:
-
- 2 edited
- 2 copied
-
extras/Makefile.am (modified) (2 diffs)
-
extras/pmCensor.c (copied) (copied from trunk/psModules/src/extras/pmCensor.c )
-
extras/pmCensor.h (copied) (copied from trunk/psModules/src/extras/pmCensor.h )
-
psmodules.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823/psModules/src/extras/Makefile.am
r29004 r29517 10 10 pmVisual.c \ 11 11 pmVisualUtils.c \ 12 ippStages.c 12 ippStages.c \ 13 pmCensor.c 13 14 14 15 pkginclude_HEADERS = \ … … 20 21 pmVisualUtils.h \ 21 22 ippDiffMode.h \ 22 ippStages.h 23 ippStages.h \ 24 pmCensor.h 23 25 24 26 CLEANFILES = *~ -
branches/eam_branches/ipp-20100823/psModules/src/psmodules.h
r29004 r29517 13 13 #include <ippStages.h> 14 14 #include <ippDiffMode.h> 15 #include <pmCensor.h> 15 16 16 17 // XXX the following headers define constructs needed by the elements below
Note:
See TracChangeset
for help on using the changeset viewer.
