Changeset 321
- Timestamp:
- 12/27/08 18:17:57 (4 years ago)
- Location:
- libyaml/tags/0.1.2
- Files:
-
- 2 edited
- 1 copied
-
Makefile.am (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
win32/Makefile.am (copied) (copied from libyaml/branches/stable/win32/Makefile.am)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/tags/0.1.2/Makefile.am
r220 r321 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/tags/0.1.2/configure.ac
r316 r321 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.
