Changeset 10289
- Timestamp:
- Nov 29, 2006, 12:22:52 PM (19 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 2 added
- 2 deleted
- 2 edited
-
config/Makefile.am (modified) (1 diff)
-
config/pmConfigure.c (deleted)
-
config/pmConfigure.h (deleted)
-
config/pmVersion.c (added)
-
config/pmVersion.h (added)
-
psmodules.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/Makefile.am
r10287 r10289 5 5 libpsmodulesconfig_la_SOURCES = \ 6 6 pmConfig.c \ 7 pm Configure.c7 pmVersion.c 8 8 9 9 pkginclude_HEADERS = \ 10 10 pmConfig.h \ 11 pm Configure.h11 pmVersion.h 12 12 13 13 CLEANFILES = *~ -
trunk/psModules/src/psmodules.h
r10287 r10289 6 6 // the following headers are from psModule:config 7 7 #include <pmConfig.h> 8 #include <pm Configure.h>8 #include <pmVersion.h> 9 9 10 10 // the following headers are from psModule:concepts
Note:
See TracChangeset
for help on using the changeset viewer.
