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
d252bd23
Commit
d252bd23
authored
Feb 03, 2003
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ./share/Makefile.am: we weren't distributing the font!
parent
abddc03d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
9 deletions
+21
-9
share/Makefile.am
share/Makefile.am
+21
-9
No files found.
share/Makefile.am
View file @
d252bd23
EXTRA_DIST
=
\
$(DIST_rsrc)
$(DIST_fonts)
NULL
=
EXTRA_DIST
=
$(DIST_rsrc)
$(DIST_fonts)
pkgdatadir
=
$(datadir)
/vlc
dist_pkgdata_DATA
=
\
$(DIST_familiar)
$(DIST_icons16)
$(DIST_icons32)
$(DIST_icons48)
$(DIST_familiar)
\
$(DIST_icons16)
\
$(DIST_icons32)
\
$(DIST_icons48)
\
$(NULL)
DIST_fonts
=
\
default8x16.psf
\
default8x9.psf
default8x9.psf
\
font-eutopiabold36.rle
\
$(NULL)
DIST_rsrc
=
\
vlc.icns
\
vlc_beos.rsrc
\
vlc_win32_rc.rc
\
vlc-icons.xcf
vlc-icons.xcf
\
$(NULL)
DIST_familiar
=
\
familiar-forwardb16x16.xpm
\
...
...
@@ -23,7 +31,8 @@ DIST_familiar = \
familiar-playb16x16.xpm
\
familiar-preferencesb16x16.xpm
\
familiar-rewindb16x16.xpm
\
familiar-stopb16x16.xpm
familiar-stopb16x16.xpm
\
$(NULL)
DIST_icons16
=
\
gnome-vlc16x16.png
\
...
...
@@ -31,7 +40,8 @@ DIST_icons16 = \
kvlc16x16.png
\
qvlc16x16.png
\
vlc16x16.png
\
vlc16x16.xpm
vlc16x16.xpm
\
$(NULL)
DIST_icons32
=
\
gnome-vlc32x32.png
\
...
...
@@ -43,7 +53,8 @@ DIST_icons32 = \
qvlc32x32.png
\
qvlc32x32.xpm
\
vlc32x32.png
\
vlc32x32.xpm
vlc32x32.xpm
\
$(NULL)
DIST_icons48
=
\
gnome-vlc48x48.png
\
...
...
@@ -52,5 +63,6 @@ DIST_icons48 = \
kvlc48x48.png
\
qvlc48x48.png
\
vlc48x48.ico
\
vlc48x48.png
vlc48x48.png
\
$(NULL)
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