Changeset 634
- Timestamp:
- 05/05/05 09:10:04 (7 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
-
configure.ac (modified) (2 diffs)
-
src/tools/Makefile.am (modified) (1 diff)
-
src/tools/openct-tool.1.in (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.ac
r625 r634 339 339 openct_conf_path=`eval echo ${openct_etc_path}/openct.conf` 340 340 AC_DEFINE_UNQUOTED(OPENCT_CONF_PATH, "$openct_conf_path", [default config file for libopenct]) 341 AC_SUBST(openct_conf_path) 341 342 342 343 openct_modules_path=`eval echo ${libdir}` ; openct_modules_path=`eval echo ${openct_modules_path}/ifd` … … 376 377 src/scdl/Makefile 377 378 src/tools/Makefile 379 src/tools/openct-tool.1 378 380 ]) 379 381 -
trunk/src/tools/Makefile.am
r399 r634 6 6 sbin_PROGRAMS = openct-control 7 7 8 EXTRA_DIST = openct-tool.1.in 9 man1_MANS = openct-tool.1 10 DISTCLEANFILES = openct-tool.1 11 8 12 openct_tool_SOURCES = openct-tool.c 9 13 openct_tool_LDADD = ../ct/libopenct.la
Note: See TracChangeset
for help on using the changeset viewer.
