Changeset 484c93112f2827cf242c6f4807f7f48f28be6aa9
- Timestamp:
- 03/19/08 19:40:16
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1205952016 +0200
- git-parent:
[50f3a306ea5c05c6505594e785c508cdf1c5d9cb]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1205952016 +0200
- Message:
Set PLUGIN_PATH and LOCALEDIR only for libvlc
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r16c69ad |
r484c931 |
|
| 159 | 159 | nodist_libvlc_la_SOURCES = misc/revision.c |
|---|
| 160 | 160 | libvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc` \ |
|---|
| 161 | | -DDATA_PATH=\"$(pkgdatadir)\" |
|---|
| | 161 | -DLOCALEDIR=\"$(localedir)\" \ |
|---|
| | 162 | -DDATA_PATH=\"$(pkgdatadir)\" \ |
|---|
| | 163 | -DPLUGIN_PATH=\"$(pkglibdir)\" |
|---|
| 162 | 164 | libvlc_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags libvlc` |
|---|
| 163 | 165 | libvlc_la_OBJCFLAGS = `$(VLC_CONFIG) --objcflags libvlc` |
|---|
| r007245a |
r484c931 |
|
| 101 | 101 | |
|---|
| 102 | 102 | # |
|---|
| 103 | | # Gettext, data and plugin location |
|---|
| 104 | | # |
|---|
| 105 | | cppflags="${cppflags} -DLOCALEDIR=\"@datadir@/locale\"" |
|---|
| 106 | | cppflags="${cppflags} -DPLUGIN_PATH=\"@libdir@/vlc\"" |
|---|
| 107 | | |
|---|
| 108 | | # |
|---|
| 109 | 103 | # Various additional defines |
|---|
| 110 | 104 | # |
|---|