Changeset 26682 for trunk/psModules
- Timestamp:
- Jan 25, 2010, 9:09:13 PM (16 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 2 added
- 2 edited
-
config/Makefile.am (modified) (2 diffs)
-
config/pmConfigRecipeValue.c (added)
-
config/pmConfigRecipeValue.h (added)
-
psmodules.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/Makefile.am
r23794 r26682 32 32 pmConfigDump.c \ 33 33 pmConfigRun.c \ 34 pmConfigRecipeValue.c \ 34 35 pmVersion.c \ 35 36 pmErrorCodes.c … … 43 44 pmConfigDump.h \ 44 45 pmConfigRun.h \ 46 pmConfigRecipeValue.h \ 45 47 pmVersion.h \ 46 48 pmErrorCodes.h -
trunk/psModules/src/psmodules.h
r25383 r26682 29 29 #include <pmConfigDump.h> 30 30 #include <pmConfigRun.h> 31 #include <pmConfigRecipeValue.h> 31 32 #include <pmVersion.h> 32 33
Note:
See TracChangeset
for help on using the changeset viewer.
