[Xcb] [Xcb-commit] image

Vincent Torri vtorri at univ-evry.fr
Thu Jun 24 14:21:54 PDT 2010



On Thu, 24 Jun 2010, Jamey Sharp wrote:

> On Thu, Jun 24, 2010 at 2:10 PM, Vincent Torri <vtorri at univ-evry.fr> wrote:
>> On Thu, 24 Jun 2010, Jamey Sharp wrote:
>>> diff --git a/image/Makefile.am b/image/Makefile.am
>>> index db255df..2382b2f 100644
>>> --- a/image/Makefile.am
>>> +++ b/image/Makefile.am
>>> @@ -39,6 +39,6 @@ test_formats_SOURCES = test_formats.c
>>> test_formats_CPPFLAGS = $(XCB_CFLAGS) $(XCB_SHM_CFLAGS) $(XCB_AUX_CFLAGS)
>>> test_formats_LDADD = $(XCB_LIBS) $(XCB_AUX_LIBS) $(XCB_IMAGE_LIBS)
>>>
>>> -test_bitmap_SOURCES = test_bitmap.c
>>> +test_bitmap_SOURCES = test_bitmap.c test.xbm
>>
>> i'm not sure that it should be compiled. I would put it in EXTRA_DIST
>
> I'm not sure I understand. test_bitmap.c #includes test.xbm, so it's
> much like a .h file for the test_bitmap program. Aren't header files
> supposed to be listed in _SOURCES, or am I confused about automake
> again?

_SOURCES are for files processed by gcc (or any compiler, depending on 
the file extension). What is the point of compiling a .h ?

Vincent


More information about the Xcb mailing list