Changeset 38991a in git


Ignore:
Timestamp:
Nov 17, 2011, 8:10:47 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
42ceaa3e13b5e10d9616cf51f0713857e7353d2b
Parents:
756b1401f62fc8bded1dd41ecf3bb21c51e454c5
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-17 20:10:47+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 03:27:48+01:00
Message:
FIX: some generated sources should NOT be distributed(factory: cplusplus.h factory.h factoryconf.h)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    r756b14 r38991a  
    9898libfactory_g_la_SOURCES = $(SOURCES)
    9999
     100nodist_libfactory_la_SOURCES = cplusplus.h factory.h factoryconf.h
     101nodist_libfactory_g_la_SOURCES = cplusplus.h factory.h factoryconf.h
     102
     103
    100104# factory header files
    101105factory_headers = \
     
    173177
    174178nobase_libfactory_include_HEADERS = \
    175                 cplusplus.h factory.h factoryconf.h \
    176                 cf_gmp.h $(templateincl)
     179    cf_gmp.h $(templateincl)
     180
     181nodist_libfactory_include_HEADERS = cplusplus.h factory.h factoryconf.h
    177182
    178183
     
    303308
    304309cplusplus.h: cplusplus
    305         ${builddir}/cplusplus > ${builddir}/cplusplus.h
     310        ${abs_builddir}/cplusplus > ${abs_builddir}/cplusplus.h
    306311
    307312.template.h:
Note: See TracChangeset for help on using the changeset viewer.