diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-31 12:34:21 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-31 12:34:21 +0000 |
commit | 98377d46f237e11fbb0ec6466d392e8b4497ce7c (patch) | |
tree | 94bf6b5e4b0fe7de6a8ddfa95473b4cf72422b14 /src | |
parent | 7bcefb3382ff28894560e0caed8697e8aa8a3f5a (diff) | |
download | xine-lib-98377d46f237e11fbb0ec6466d392e8b4497ce7c.tar.gz xine-lib-98377d46f237e11fbb0ec6466d392e8b4497ce7c.tar.bz2 |
Fix typo..
CVS patchset: 8480
CVS date: 2006/12/31 12:34:21
Diffstat (limited to 'src')
-rw-r--r-- | src/input/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index a867463ff..a3635ccad 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -147,7 +147,7 @@ xineplug_inp_smb_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) xineplug_inp_smb_la_LDFLAGS = -avoid-version -module xineplug_inp_pvr_la_SOURCES = input_pvr.c -xineplug_inp_pvr_la_LIBADD = $(XINE_LIB) $(THREADS_LIBS) +xineplug_inp_pvr_la_LIBADD = $(XINE_LIB) $(THREAD_LIBS) xineplug_inp_pvr_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) xineplug_inp_pvr_la_LDFLAGS = -avoid-version -module |