Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
dbca5ca7
Commit
dbca5ca7
authored
Jun 25, 2004
by
Sam Hocevar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* modules/control/corba/Modules.am:
+ Play nicely with recent automake versions.
parent
ab0c58c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
modules/control/corba/Modules.am
modules/control/corba/Modules.am
+7
-6
No files found.
modules/control/corba/Modules.am
View file @
dbca5ca7
...
...
@@ -8,10 +8,13 @@ nodist_SOURCES_corba = \
MediaControl.h \
$(NULL)
CORBAIDLFILE=MediaControl.idl
EXTRA_DIST += $(CORBAIDLFILE)
BUILT_SOURCES += $(GENERATEDFILES) $(IMODULEFILE)
if ENABLE_CORBA
CORBAIDLFILE = MediaControl.idl
corbaidldir = $(datadir)/idl
corbaidl_DATA = $(CORBAIDLFILE)
...
...
@@ -19,12 +22,10 @@ corbaidl_DATA = $(CORBAIDLFILE)
orbittypelibdir = $(libdir)/advene
orbittypelib_DATA = MediaControl.so
EXTRA_DIST += $(CORBAIDLFILE)
ORBIT_IDL=$(shell pkg-config --variable=orbit_idl ORBit-2.0)
GENERATEDFILES = MediaControl-common.c MediaControl-skels.c MediaControl.h
BUILT_SOURCES += $(GENERATEDFILES) MediaControl-imodule.c
IMODULEFILE = $(IMODULEFILE)
## MediaControl.so rules
MediaControl.so: MediaControl-imodule.c
...
...
@@ -37,12 +38,12 @@ $(GENERATEDFILES): $(CORBAIDLFILE)
## We have to invoke 2 times $(ORBIT_IDL), else the --imodule
## invocation builds MediaControl-common.c without some
## glue code that is needed.
MediaControl-imodule.c
: $(CORBAIDLFILE)
$(IMODULEFILE)
: $(CORBAIDLFILE)
$(ORBIT_IDL) --imodule $<
$(ORBIT_IDL) $<
clean:
$(RM) -f $(GENERATEDFILES)
$(RM) -f
MediaControl-imodule.c
$(RM) -f
$(IMODULEFILE)
endif
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