Because it should not be accessible to a normal user, when he gets the library from a normal tar ball, configure, make, and make install... every .h file in include_HEADERS is instaled in the user /usr/local/include system subdir.
And, if we use it from the examples subdir, for testing, we will have access to every .h file in ../src, so no problem moving dwg.h to the EXTRA_DIST for developers. 2013/8/21 gagan <[email protected]> > On Wed, Aug 21, 2013 at 10:35 PM, Felipe Castro <[email protected]> wrote: > > You should include them in the Makefile.am, in src. > > > > The dwg.h should go from "include_HEADERS" to the "EXTRA_DIST", while the > > api.h stays in place of the dwg.h in the "include_HEADERS". > > > > And api.c should be added to the libredwg_la_SOURCES, right? > > I already shifted api.c to "libredwg_la_SOURCES" and api.h to > "include_HEADERS" but why to move dwg.h "EXTRA_DIST". > > -- > Thanks > Gaganjyot > http://codeify.wordpress.com > "Jai Sai Naath" > >
