Changeset 9291c27e32bc30d4036b74c55d62566e3f779398
- Timestamp:
- 01/02/08 11:43:20
(8 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1201862600 +0000
- git-parent:
[1fd47f50de3b30f45401b4e207f1644404ceec4e]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1201862600 +0000
- Message:
src/Makefile.am: Make sure we link test_i18n_atof with libvlc, especially if vlc_iconv is used.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7b1fa61 |
r9291c27 |
|
| 387 | 387 | |
|---|
| 388 | 388 | test_i18n_atof_SOURCES = test/i18n_atof.c text/charset.c |
|---|
| | 389 | test_i18n_atof_LDADD = libvlc.la |
|---|
| 389 | 390 | test_i18n_atof_CFLAGS = $(CFLAGS_tests) |
|---|
| 390 | 391 | |
|---|