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
30ff455a
Commit
30ff455a
authored
Feb 19, 2006
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to fix linking with "included" gettext
parent
0f8751b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
14 deletions
+4
-14
src/Makefile.am
src/Makefile.am
+4
-14
No files found.
src/Makefile.am
View file @
30ff455a
...
...
@@ -5,6 +5,8 @@
NULL
=
SUBDIRS
=
LIBINTL
=
@LIBINTL@
EXTRA_DIST
=
extras/COPYING misc/modules_builtin.h.in
BUILT_SOURCES
=
$(DISTCLEANFILES)
$(CLEANFILES)
...
...
@@ -110,20 +112,6 @@ misc/modules.c: misc/modules_builtin.h
misc/version.c
:
FORCE
$(TOOLBOX)
--update-version
# These dependencies are mandatory
$(SOURCES_libvlc)
:
$(LIB_intl)
###############################################################################
# Optional libintl - FIXME, bad dependencies
###############################################################################
../intl/libintl.a
:
FORCE
cd
$(top_builddir)
/intl
&&
$(MAKE)
$(AM_MAKEFLAGS)
if
BUILD_INTL
LIB_intl
=
../intl/libintl.a
endif
###############################################################################
# Building libvlc
###############################################################################
...
...
@@ -147,11 +135,13 @@ libvlc_a_SOURCES = $(SOURCES_libvlc)
libvlc_a_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc
`
libvlc_a_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
vlc
`
libvlc_a_OBJCFLAGS
=
`
$(VLC_CONFIG)
--objcflags
vlc
`
libvlc_a_LIBADD
=
$(LIBINTL)
libvlc_pic_a_SOURCES
=
$(SOURCES_libvlc)
libvlc_pic_a_CFLAGS
=
`
$(VLC_CONFIG)
--cflags
vlc pic
`
libvlc_pic_a_CXXFLAGS
=
`
$(VLC_CONFIG)
--cxxflags
vlc pic
`
libvlc_pic_a_OBJCFLAGS
=
`
$(VLC_CONFIG)
--objcflags
vlc pic
`
libvlc_pic_a_LIBADD
=
$(LIBINTL)
if
HAVE_BEOS
OPT_SOURCES_libvlc_beos
=
$(SOURCES_libvlc_beos)
...
...
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