Changeset 311
- Timestamp:
- May 11, 2005, 7:21:46 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r301 r311 3 3 ## $Id$ 4 4 5 SUBDIRS = doc lib test 5 if COND_OPT 6 MAYBE_OPT = doc 7 endif 8 SUBDIRS = $(MAYBE_OPT) lib test -
trunk/configure.ac
r301 r311 73 73 #AC_SUBST([CROSS_INCLUDES]) 74 74 75 AM_CONDITIONAL([COND_OPT], [test "$want_opt" = no]) 76 75 77 AC_CONFIG_FILES([Makefile 76 78 doc/Makefile
Note: See TracChangeset
for help on using the changeset viewer.