Changeset 9f3e27c502acc7963224888a9df1bc8b64c4ad22

Show
Ignore:
Timestamp:
05/15/08 20:25:29 (2 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1210875929 +0300
git-parent:

[2a855b131692979ae954939ad5d5a7d78cc21b44]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1210875929 +0300
Message:

Fix unit tests linking

Files:

Legend:

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

    r2a855b1 r9f3e27c  
    482482 
    483483test_dictionary_SOURCES = test/dictionary.c 
    484 test_dictionary_LDADD = libvlc.la 
     484test_dictionary_LDADD = libvlccore.la 
    485485test_dictionary_CFLAGS = $(CFLAGS_tests) 
    486486 
    487487test_i18n_atof_SOURCES = test/i18n_atof.c text/charset.c 
    488 test_i18n_atof_LDADD = libvlc.la 
     488test_i18n_atof_LDADD = libvlccore.la 
    489489test_i18n_atof_CFLAGS = $(CFLAGS_tests) 
    490490 
    491491test_url_SOURCES = test/url.c 
    492 test_url_LDADD = libvlc.la 
     492test_url_LDADD = libvlccore.la 
    493493test_url_CFLAGS = $(CFLAGS_tests) 
    494494 
    495495test_utf8_SOURCES = test/utf8.c 
    496 test_utf8_LDADD = libvlc.la 
     496test_utf8_LDADD = libvlccore.la 
    497497test_utf8_CFLAGS = $(CFLAGS_tests) 
    498498