Changes in src/Actions/Makefile.am [e076cd:796aa6]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/Makefile.am
re076cd r796aa6 168 168 WorldAction/SetOutputFormatsAction.hpp 169 169 170 unity.cpp: 171 echo "" > unity.cpp; \ 172 list='$(ACTIONSSOURCE)'; for file in $$list; do \ 173 echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \ 174 done; 175 176 MOSTLYCLEANFILES = unity.cpp
Note:
See TracChangeset
for help on using the changeset viewer.