Changes in src/Exceptions/Makefile.am [45924c:f8982c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Exceptions/Makefile.am
r45924c rf8982c 15 15 MissingValueException.cpp \ 16 16 NotInvertibleException.cpp \ 17 NotOnSurfaceException.cpp \ 18 ShapeException.cpp \ 17 19 ParseError.cpp \ 18 20 SkewException.cpp \ 19 21 ZeroVectorException.cpp 22 20 23 21 24 EXCEPTIONHEADER = \ … … 26 29 MissingValueException.hpp \ 27 30 NotInvertibleException.hpp \ 31 NotOnSurfaceException.hpp \ 28 32 ParseError.hpp \ 29 33 SkewException.hpp \ … … 33 37 34 38 lib_LTLIBRARIES = libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la 35 libMolecuilderExceptions_includedir = $(includedir)/molecuilder-$(MOLECUILDER_API_VERSION)/ Exceptions/39 libMolecuilderExceptions_includedir = $(includedir)/molecuilder-$(MOLECUILDER_API_VERSION)/Actions/ 36 40 nobase_libMolecuilderExceptions_include_HEADERS = ${EXCEPTIONHEADER} 37 41 … … 72 76 pkgconfig_DATA = $(top_builddir)/molecuilder-$(MOLECUILDER_API_VERSION).pc 73 77 78 unity.cpp: 79 echo "" > unity.cpp; \ 80 list='$(EXCEPTIONSOURCE)'; for file in $$list; do \ 81 echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \ 82 done; 83 84 MOSTLYCLEANFILES = unity.cpp
Note:
See TracChangeset
for help on using the changeset viewer.