Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/Makefile.am

    re076cd r796aa6  
    168168  WorldAction/SetOutputFormatsAction.hpp               
    169169
     170unity.cpp:
     171        echo "" >  unity.cpp; \
     172        list='$(ACTIONSSOURCE)'; for file in $$list; do \
     173          echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \
     174        done;
     175       
     176MOSTLYCLEANFILES = unity.cpp
Note: See TracChangeset for help on using the changeset viewer.