Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
23f7ae06
Commit
23f7ae06
authored
Mar 25, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./Makefile.am: we don't distribute ./mkinstalldirs, it's in ./autotools/.
* ./Makefile.am: we distribute ./toolbox.
parent
8b722b23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
5 deletions
+16
-5
Makefile.am
Makefile.am
+16
-5
No files found.
Makefile.am
View file @
23f7ae06
...
...
@@ -2,20 +2,31 @@
# Automake targets and declarations
###############################################################################
NULL
=
# SUBDIRS stores the directories where a "make" is required when building
# something. DIST_SUBDIRS stores the directories where nothing is built but
# which have makefiles with distribution information.
SUBDIRS
=
po intl m4 share
DIST_SUBDIRS
=
$(SUBDIRS)
modules src debian doc ipkg lib autotools
EXTRA_DIST
=
HACKING MAINTAINERS src/extras/COPYING
\
INSTALL.win32 README.MacOSX.rtf vlc.spec install-win32
\
Modules.am
\
configure.ac.in mkinstalldirs bootstrap
EXTRA_DIST
=
\
HACKING
\
INSTALL.win32
\
MAINTAINERS
\
Modules.am
\
README.MacOSX.rtf
\
bootstrap
\
configure.ac.in
\
install-win32
\
src/extras/COPYING
\
toolbox
\
vlc.spec
\
$(NULL)
MOSTLYCLEANFILES
=
BUILT_SOURCES
=
SUFFIXES
=
NULL
=
# List of programs, libraries and headers that need to be built and/or
# distributed. Initialized to empty because we'll use += later.
...
...
Write
Preview
Markdown
is supported
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