mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
fix mcopidl generator
Original commit message from CVS: fix mcopidl generator
This commit is contained in:
parent
d8b06fac29
commit
bfcf8e5e06
1 changed files with 4 additions and 1 deletions
|
@ -2,8 +2,11 @@
|
|||
plugin_LTLIBRARIES = libgstarts.la
|
||||
|
||||
SUFFIXES = .idl
|
||||
# on FC2, artsc-config --cflags has -pthread, which mcopidl doesn't like
|
||||
# If someone has time and energy, please check if -pthread should be allowed
|
||||
# in compile flags at all.
|
||||
.idl.cc:
|
||||
mcopidl -t $(ARTS_CXXFLAGS) $<
|
||||
mcopidl -t `echo $(ARTS_CXXFLAGS) | sed 's/-pthread//g'` $<
|
||||
|
||||
# mcopidl Extension Expansion Technology clean up
|
||||
CLEANFILES = gst_artsio.h gst_artsio.cc gst_artsio.mcopclass gst_artsio.mcoptype
|
||||
|
|
Loading…
Reference in a new issue