Changeset 38991a in git
- Timestamp:
- Nov 17, 2011, 8:10:47 PM (12 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/Makefile.am
r756b14 r38991a 98 98 libfactory_g_la_SOURCES = $(SOURCES) 99 99 100 nodist_libfactory_la_SOURCES = cplusplus.h factory.h factoryconf.h 101 nodist_libfactory_g_la_SOURCES = cplusplus.h factory.h factoryconf.h 102 103 100 104 # factory header files 101 105 factory_headers = \ … … 173 177 174 178 nobase_libfactory_include_HEADERS = \ 175 cplusplus.h factory.h factoryconf.h \ 176 cf_gmp.h $(templateincl) 179 cf_gmp.h $(templateincl) 180 181 nodist_libfactory_include_HEADERS = cplusplus.h factory.h factoryconf.h 177 182 178 183 … … 303 308 304 309 cplusplus.h: cplusplus 305 ${ builddir}/cplusplus > ${builddir}/cplusplus.h310 ${abs_builddir}/cplusplus > ${abs_builddir}/cplusplus.h 306 311 307 312 .template.h:
Note: See TracChangeset
for help on using the changeset viewer.