Changeset db33b0


Ignore:
Timestamp:
Apr 6, 2011, 4:05:13 PM (15 years ago)
Author:
Frederik Heber <heber@…>
Children:
2c67a4
Parents:
681d36
git-author:
Frederik Heber <heber@…> (04/06/11 09:32:11)
git-committer:
Frederik Heber <heber@…> (04/06/11 16:05:13)
Message:

FIX: Wrong path of IteratorAdaptors.hpp let make dist fail.

  • this of course did not occur, as .hpp files are not compiled.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/unittests/Makefile.am

    r681d36 rdb33b0  
    105105IteratorAdaptorsUnitTest_SOURCES = $(top_srcdir)/src/unittests/UnitTestMain.cpp \
    106106        IteratorAdaptorsUnitTest.cpp \
    107         IteratorAdaptors.hpp \
     107        $(top_srcdir)/src/Helpers/IteratorAdaptors.hpp \
    108108        IteratorAdaptorsUnitTest.hpp
    109109#IteratorAdaptorsUnitTest_LDADD = ${TESTLIBS}
Note: See TracChangeset for help on using the changeset viewer.