Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Exceptions/Makefile.am

    r45924c rf8982c  
    1515  MissingValueException.cpp \
    1616  NotInvertibleException.cpp \
     17  NotOnSurfaceException.cpp \
     18  ShapeException.cpp \
    1719  ParseError.cpp \
    1820  SkewException.cpp \
    1921  ZeroVectorException.cpp
     22       
    2023                                 
    2124EXCEPTIONHEADER = \
     
    2629  MissingValueException.hpp \
    2730  NotInvertibleException.hpp \
     31  NotOnSurfaceException.hpp \
    2832  ParseError.hpp \
    2933  SkewException.hpp \
     
    3337
    3438lib_LTLIBRARIES = libMolecuilderExceptions-@MOLECUILDER_API_VERSION@.la
    35 libMolecuilderExceptions_includedir = $(includedir)/molecuilder-$(MOLECUILDER_API_VERSION)/Exceptions/
     39libMolecuilderExceptions_includedir = $(includedir)/molecuilder-$(MOLECUILDER_API_VERSION)/Actions/
    3640nobase_libMolecuilderExceptions_include_HEADERS = ${EXCEPTIONHEADER}
    3741
     
    7276pkgconfig_DATA = $(top_builddir)/molecuilder-$(MOLECUILDER_API_VERSION).pc
    7377
     78unity.cpp:
     79        echo "" >  unity.cpp; \
     80        list='$(EXCEPTIONSOURCE)'; for file in $$list; do \
     81          echo "#include \"$(srcdir)/$$file\"" >> unity.cpp; \
     82        done;
     83       
     84MOSTLYCLEANFILES = unity.cpp
Note: See TracChangeset for help on using the changeset viewer.