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
GSoC
GSoC2018
macOS
vlc
Commits
79176e94
Commit
79176e94
authored
Sep 03, 2006
by
Rémi Denis-Courmont
Browse files
Further crackdown on GNU make-isms
But is the corba plugin functionnal anyway?
parent
3895c785
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/control/corba/Modules.am
View file @
79176e94
...
...
@@ -32,7 +32,7 @@ orbittypelib_DATA = MediaControl.so
orbittypelib_CFLAGS=`$(VLC_CONFIG) --cflags plugin corba`
orbittypelib_LIBS=`$(VLC_CONFIG) --libs plugin corba`
ORBIT_IDL=$(
shell pkg-config
--variable=orbit_idl ORBit-2.0
)
ORBIT_IDL=
`
$(
PKG_CONFIG)
--variable=orbit_idl ORBit-2.0
`
## MediaControl.so rules
MediaControl-imodule.o: MediaControl-imodule.c
...
...
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