Changeset 6b70022f0b51799f66dd02995d0b328a35438ed1

Show
Ignore:
Timestamp:
02/15/08 23:21:04 (7 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1203114064 +0000
git-parent:

[9b1749fb9d1adf8e797480d1535167a8a5b66dc0]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1203114064 +0000
Message:

Makefile.am: Add test/dictionary.c to the list of test program.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/Makefile.am

    r007245a r6b70022  
    377377############################################################################### 
    378378check_PROGRAMS = \ 
     379    test_dictionary \ 
    379380    test_i18n_atof \ 
    380381    test_url \ 
     
    388389 
    389390CFLAGS_tests = `$(VLC_CONFIG) --cflags libvlc` 
     391 
     392test_dictionary_SOURCES = test/dictionary.c 
     393test_dictionary_LDADD = libvlc.la 
     394test_dictionary_CFLAGS = $(CFLAGS_tests) 
    390395 
    391396test_i18n_atof_SOURCES = test/i18n_atof.c text/charset.c