fix mcopidl generator

Original commit message from CVS:
fix mcopidl generator
This commit is contained in:
Thomas Vander Stichele 2004-05-21 11:34:44 +00:00
parent d8b06fac29
commit bfcf8e5e06

View file

@ -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