diff options
| author | Bastien Nocera <hadess@users.sourceforge.net> | 2002-12-11 18:10:45 +0000 |
|---|---|---|
| committer | Bastien Nocera <hadess@users.sourceforge.net> | 2002-12-11 18:10:45 +0000 |
| commit | 9e98a084010934dec6c10e339b11ebd1bf5422cc (patch) | |
| tree | 9b4ca6b99f727aea38db457a17c8312ba5deb6ed /misc/Makefile.am | |
| parent | 24a8f3a9ee31592201413a75ab81f7aa65832962 (diff) | |
| download | xine-lib-9e98a084010934dec6c10e339b11ebd1bf5422cc.tar.gz xine-lib-9e98a084010934dec6c10e339b11ebd1bf5422cc.tar.bz2 | |
- added pkg-config support
CVS patchset: 3485
CVS date: 2002/12/11 18:10:45
Diffstat (limited to 'misc/Makefile.am')
| -rw-r--r-- | misc/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/Makefile.am b/misc/Makefile.am index 59e46c32e..5fe7d6f3e 100644 --- a/misc/Makefile.am +++ b/misc/Makefile.am @@ -6,10 +6,14 @@ EXTRA_DIST = build_rpms.sh \ vga.xinefont.gz \ xine-fontconv.c \ xine-lib.spec.in \ - xine-lib.spec + xine-lib.spec \ + libxine.pc.in bin_SCRIPTS = xine-config +pkgconfigdir=$(libdir)/pkgconfig +pkgconfig_DATA=libxine.pc + debug: install-debug: install |
