Changeset 320
- Timestamp:
- 12/27/08 17:55:39 (4 years ago)
- Location:
- libyaml/branches/stable
- Files:
-
- 1 added
- 2 edited
-
Makefile.am (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
win32/Makefile.am (added)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/branches/stable/Makefile.am
r220 r320 1 1 ## Run `./bootstrap` to generate the "Makefile.in" files in this directory and 2 ## the "$SUBDIR " subdirectories.2 ## the "$SUBDIRS" subdirectories. 3 3 4 SUBDIRS = include src . tests 4 SUBDIRS = include src . tests win32 5 5 6 6 EXTRA_DIST = README LICENSE doc/doxygen.cfg -
libyaml/branches/stable/configure.ac
r316 r320 68 68 69 69 # Define Makefiles. 70 AC_CONFIG_FILES([include/Makefile src/Makefile Makefile tests/Makefile ])70 AC_CONFIG_FILES([include/Makefile src/Makefile Makefile tests/Makefile win32/Makefile]) 71 71 72 72 # Generate the "configure" script.
Note: See TracChangeset
for help on using the changeset viewer.
