Skip to content
Snippets Groups Projects

Fix examples

Merged Sergey Kosukhin requested to merge fix-examples into master
9 files
+ 32
23
Compare changes
  • Side-by-side
  • Inline
Files
9
+ 1
4
@@ -106,13 +106,10 @@ iconoce.$(OBJEXT) \
test_dace.$(OBJEXT): $(mo_event_manager_mod)
clean-local:
rm -rf *.dSYM
rm -f *.dat
MOSTLYCLEANFILES = $(mo_event_manager_mod) $(mo_exception_mod) $(mo_kind_mod)
mostlyclean-local:
rm -f *.i
# overrides to make regular compilations also use libtool
COMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
$(LIBTOOLFLAGS) --mode=compile $(CC) -static $(DEFS) \
Loading