fix mcopidl generator
Original commit message from CVS: fix mcopidl generator
This commit is contained in:
parent
d8b06fac29
commit
bfcf8e5e06
@ -2,8 +2,11 @@
|
|||||||
plugin_LTLIBRARIES = libgstarts.la
|
plugin_LTLIBRARIES = libgstarts.la
|
||||||
|
|
||||||
SUFFIXES = .idl
|
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:
|
.idl.cc:
|
||||||
mcopidl -t $(ARTS_CXXFLAGS) $<
|
mcopidl -t `echo $(ARTS_CXXFLAGS) | sed 's/-pthread//g'` $<
|
||||||
|
|
||||||
# mcopidl Extension Expansion Technology clean up
|
# mcopidl Extension Expansion Technology clean up
|
||||||
CLEANFILES = gst_artsio.h gst_artsio.cc gst_artsio.mcopclass gst_artsio.mcoptype
|
CLEANFILES = gst_artsio.h gst_artsio.cc gst_artsio.mcopclass gst_artsio.mcoptype
|
||||||
|
Loading…
x
Reference in New Issue
Block a user