[Xcb] [Xcb-commit] image

Jamey Sharp jamey at minilop.net
Thu Jun 24 14:17:21 PDT 2010


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?

Jamey


More information about the Xcb mailing list