Changeset 10287
- Timestamp:
- Nov 29, 2006, 11:34:30 AM (19 years ago)
- Location:
- trunk/psModules/src
- Files:
-
- 2 added
- 2 edited
-
config/Makefile.am (modified) (1 diff)
-
config/pmConfigure.c (added)
-
config/pmConfigure.h (added)
-
psmodules.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/config/Makefile.am
r8990 r10287 4 4 libpsmodulesconfig_la_LDFLAGS = -release $(PACKAGE_VERSION) 5 5 libpsmodulesconfig_la_SOURCES = \ 6 pmConfig.c 6 pmConfig.c \ 7 pmConfigure.c 7 8 8 9 pkginclude_HEADERS = \ 9 pmConfig.h 10 pmConfig.h \ 11 pmConfigure.h 10 12 11 13 CLEANFILES = *~ -
trunk/psModules/src/psmodules.h
r9636 r10287 6 6 // the following headers are from psModule:config 7 7 #include <pmConfig.h> 8 #include <pmConfigure.h> 8 9 9 10 // the following headers are from psModule:concepts
Note:
See TracChangeset
for help on using the changeset viewer.
