Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Exceptions/Makefile.am

    rf8982c r45924c  
    1515  MissingValueException.cpp \
    1616  NotInvertibleException.cpp \
    17   NotOnSurfaceException.cpp \
    18   ShapeException.cpp \
    1917  ParseError.cpp \
    2018  SkewException.cpp \
    2119  ZeroVectorException.cpp
    22        
    2320                                 
    2421EXCEPTIONHEADER = \
     
    2926  MissingValueException.hpp \
    3027  NotInvertibleException.hpp \
    31   NotOnSurfaceException.hpp \
    3228  ParseError.hpp \
    3329  SkewException.hpp \
     
    3733
    3834lib_LTLIBRARIES = libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la
    39 libMolecuilderExceptions_includedir = $(includedir)/molecuilder-$(MOLECUILDER_API_VERSION)/Actions/
     35libMolecuilderExceptions_includedir = $(includedir)/molecuilder-$(MOLECUILDER_API_VERSION)/Exceptions/
    4036nobase_libMolecuilderExceptions_include_HEADERS = ${EXCEPTIONHEADER}
    4137
     
    7672pkgconfig_DATA = $(top_builddir)/molecuilder-$(MOLECUILDER_API_VERSION).pc
    7773
    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.