Changes in src/Exceptions/Makefile.am [f8982c:45924c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Exceptions/Makefile.am
rf8982c r45924c 15 15 MissingValueException.cpp \ 16 16 NotInvertibleException.cpp \ 17 NotOnSurfaceException.cpp \18 ShapeException.cpp \19 17 ParseError.cpp \ 20 18 SkewException.cpp \ 21 19 ZeroVectorException.cpp 22 23 20 24 21 EXCEPTIONHEADER = \ … … 29 26 MissingValueException.hpp \ 30 27 NotInvertibleException.hpp \ 31 NotOnSurfaceException.hpp \32 28 ParseError.hpp \ 33 29 SkewException.hpp \ … … 37 33 38 34 lib_LTLIBRARIES = libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la 39 libMolecuilderExceptions_includedir = $(includedir)/molecuilder-$(MOLECUILDER_API_VERSION)/ Actions/35 libMolecuilderExceptions_includedir = $(includedir)/molecuilder-$(MOLECUILDER_API_VERSION)/Exceptions/ 40 36 nobase_libMolecuilderExceptions_include_HEADERS = ${EXCEPTIONHEADER} 41 37 … … 76 72 pkgconfig_DATA = $(top_builddir)/molecuilder-$(MOLECUILDER_API_VERSION).pc 77 73 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.