Changeset b11361df8b20c8d27f2f0939bcf83f7a342212ff
- Timestamp:
- 04/19/08 20:44:47
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208630687 +0200
- git-parent:
[922e2ad114578b11f1fa2f4ca148ecfa714b9769]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1208630670 +0200
- Message:
test: Fix make distcheck by including libvlc/test.h in check_HEADERS.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rb66dfd1 |
rb11361d |
|
| 17 | 17 | $(NULL) |
|---|
| 18 | 18 | check_DATA = samples/test.sample samples/meta.sample |
|---|
| | 19 | |
|---|
| | 20 | check_HEADERS = libvlc/test.h |
|---|
| 19 | 21 | |
|---|
| 20 | 22 | TESTS = $(check_PROGRAMS) |
|---|