Changes in src/Helpers/Makefile.am [952f38:b0b086]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Helpers/Makefile.am
r952f38 rb0b086 69 69 pkgconfig_DATA = $(top_builddir)/molecuilder-$(MOLECUILDER_API_VERSION).pc 70 70 71 unity.cpp: 72 echo "" > unity.cpp; \ 73 list='$(HELPERSSOURCE)'; for file in $$list; do \ 74 if [ "$$file" != "MemDebug.cpp" ]; then \ 75 echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \ 76 fi; \ 77 done; 78 79 MOSTLYCLEANFILES = unity.cpp
Note:
See TracChangeset
for help on using the changeset viewer.