Changeset dcceae in git


Ignore:
Timestamp:
Jun 17, 2020, 11:51:27 AM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
89fd206d2c694d9425c5138b97769b3a8fe76cec
Parents:
36f144edd8b9c07491a05fe0ade4618db64827c856125fca7208d9a1b46b0ab0b01c53041f939ad9
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2020-06-17 11:51:27+02:00
git-committer:
GitHub <noreply@github.com>2020-06-17 11:51:27+02:00
Message:
Merge pull request #1004 from fingolfin/mh/automake

Fix an automake warning
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r56125f rdcceae  
    4444/libpolys/libpolysconfig.h.in
    4545/libpolys/polys/m4/
    46 /libpolys/polys/templates/p_Procs_Generate
     46/libpolys/polys/p_Procs_Generate
    4747/libpolys/polys/templates/p_Procs.inc
    4848/libpolys/tests/gftables
     
    6363/omalloc/omExternalConfig.h
    6464/omalloc/omTables
     65/omalloc/omTables1
    6566/omalloc/omTables.dSYM/*
    6667/omalloc/omTables.h
  • libpolys/polys/Makefile.am

    r36f144 rdcceae  
    105105#################################################
    106106# autogenerated sources
    107 nodist_SOURCES = templates/p_Procs.inc
    108107noinst_PROGRAMS = p_Procs_Generate
     108nodist_p_Procs_Generate_SOURCES = templates/p_Procs.inc
    109109p_Procs_Generate_SOURCES = p_Procs_Generate.cc
    110110p_Procs_Generate_CPPFLAGS = ${AM_CPPFLAGS} ${USE_P_PROCS_STATIC}
Note: See TracChangeset for help on using the changeset viewer.