Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
libmpeg2
Commits
9d576174
Commit
9d576174
authored
Nov 23, 2000
by
Martin Vogt
Browse files
* the bootstrap file didn't include all Makefiles
parent
2f2591f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
mpeg2dec-livid/bootstrap
View file @
9d576174
...
...
@@ -13,7 +13,9 @@ dnl
AC_SUBST(all_includes)
AC_SUBST(all_libraries)
AC_OUTPUT([ drivers/Makefile.am
\
AC_OUTPUT([ Makefile
\
autotools/Makefile
\
drivers/Makefile
\
include/Makefile
\
libmpeg2/Makefile
\
src/Makefile
\
...
...
mpeg2dec-livid/configure.in
View file @
9d576174
...
...
@@ -311,4 +311,4 @@ dnl
AC_SUBST(all_includes)
AC_SUBST(all_libraries)
AC_OUTPUT([ drivers/Makefile
.am
include/Makefile libmpeg2/Makefile src/Makefile test/Makefile video/Makefile ])
AC_OUTPUT([
Makefile autotools/Makefile
drivers/Makefile include/Makefile libmpeg2/Makefile src/Makefile test/Makefile video/Makefile ])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment