diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2005-01-30 16:57:49 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2005-01-30 16:57:49 +0000 |
commit | 8277e17065942e71e3d9edc8cea27cd014209e5e (patch) | |
tree | 25c010dcd2ce6ad96a5664a2acddef9271b6dfda | |
parent | da4e239c0d78a100c0c647d52bc334b676246717 (diff) | |
download | xine-lib-8277e17065942e71e3d9edc8cea27cd014209e5e.tar.gz xine-lib-8277e17065942e71e3d9edc8cea27cd014209e5e.tar.bz2 |
*BUGFIX*
One missing file in Makefile.
CVS patchset: 7374
CVS date: 2005/01/30 16:57:49
-rw-r--r-- | src/input/vcd/libcdio/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/vcd/libcdio/Makefile.am b/src/input/vcd/libcdio/Makefile.am index 84bdaabd3..a0127da9b 100644 --- a/src/input/vcd/libcdio/Makefile.am +++ b/src/input/vcd/libcdio/Makefile.am @@ -66,4 +66,5 @@ noinst_HEADERS = \ scsi_mmc.h \ cdio_private.h \ _cdio_stream.h \ - iso9660_private.h + iso9660_private.h \ + portable.h |