comparison src/Makefile.am @ 13906:155e9c625761

maint: distribute profiler.h * src/Makefile.am (octinclude_HEADERS): Include profiler.h in the list. * src/Makefile.am (nodist_octinclude_HEADERS): Remove profiler.h from the list.
author John W. Eaton <jwe@octave.org>
date Tue, 22 Nov 2011 04:23:02 -0500
parents 7dce7e110511
children 1734ebe27134
comparison
equal deleted inserted replaced
13905:e98cd21d63ea 13906:155e9c625761
284 ops.h \ 284 ops.h \
285 pager.h \ 285 pager.h \
286 parse.h \ 286 parse.h \
287 pr-output.h \ 287 pr-output.h \
288 procstream.h \ 288 procstream.h \
289 profiler.h \
289 sighandlers.h \ 290 sighandlers.h \
290 siglist.h \ 291 siglist.h \
291 sparse-xdiv.h \ 292 sparse-xdiv.h \
292 sparse-xpow.h \ 293 sparse-xpow.h \
293 symtab.h \ 294 symtab.h \
309 310
310 nodist_octinclude_HEADERS = \ 311 nodist_octinclude_HEADERS = \
311 defaults.h \ 312 defaults.h \
312 graphics.h \ 313 graphics.h \
313 oct-conf.h \ 314 oct-conf.h \
314 profiler.h \
315 mxarray.h \ 315 mxarray.h \
316 version.h 316 version.h
317 317
318 OV_INTTYPE_SRC = \ 318 OV_INTTYPE_SRC = \
319 ov-int16.cc \ 319 ov-int16.cc \