File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797libfactory_la_SOURCES = $(SOURCES )
9898libfactory_g_la_SOURCES = $(SOURCES )
9999
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+
100104# factory header files
101105factory_headers = \
102106 cf_assert.h \
@@ -172,8 +176,9 @@ noinst_HEADERS = $(factory_headers)
172176libfactory_includedir =$(includedir ) /factory
173177
174178nobase_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
177182
178183
179184# ###################################################
@@ -302,7 +307,7 @@ CLEANFILES = $(BUILT_SOURCES)
302307cplusplus_SOURCES = cplusplus.cc
303308
304309cplusplus.h : cplusplus
305- ${builddir } /cplusplus > ${builddir } /cplusplus.h
310+ ${abs_builddir } /cplusplus > ${abs_builddir } /cplusplus.h
306311
307312.template.h :
308313 ${srcdir} /bin/makeheader $< $@
You can’t perform that action at this time.
0 commit comments