Changeset f8c4e779ab99f83ab0494a2ce3a2a9960dafcbf4
- Timestamp:
- 03/02/08 19:02:34
(5 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1204480954 +0200
- git-parent:
[132bf65db16a3496f2b14bb219b90695bdec3b86]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1204480954 +0200
- Message:
pkg-config support to libvlc-control
Signed-off-by: Rémi Denis-Courmont <rem@videolan.org>
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| re3c8503 |
rf8c4e77 |
|
| 129 | 129 | echo ";" >> "$@.tmp" |
|---|
| 130 | 130 | mv -f -- "$@.tmp" "$@" |
|---|
| | 131 | |
|---|
| | 132 | ############################################################################### |
|---|
| | 133 | # pkg-config integration |
|---|
| | 134 | ############################################################################### |
|---|
| | 135 | |
|---|
| | 136 | pkgconfigdir = $(libdir)/pkgconfig |
|---|
| | 137 | pkgconfig_DATA = vlc-control.pc |
|---|
| | 138 | CLEANFILES += $(pkgconfig_DATA) |
|---|
| | 139 | |
|---|
| | 140 | vlc-control.pc: vlc-control.pc.in $(top_builddir)/config.status |
|---|
| | 141 | cd $(top_builddir) && \ |
|---|
| | 142 | $(SHELL) ./config.status --file=src/vlc-control.pc |
|---|
| 131 | 143 | |
|---|
| 132 | 144 | ############################################################################### |
|---|