Changeset 862c17fa7fe53fe962ccbd20238ea8ecc774c4fc

Show
Ignore:
Timestamp:
05/10/08 14:41:01 (2 months ago)
Author:
Rafaël Carré <funman@videolan.org>
git-committer:
Rafaël Carré <funman@videolan.org> 1210423261 +0200
git-parent:

[9dd6534d551c2e697e186f4397c2fa13b6d0c9c6]

git-author:
Rafaël Carré <funman@videolan.org> 1210423261 +0200
Message:

Fix compilation on != darwin, beos, win32, linux

Fix [3e1fea390e453b25f50d1e4308b80a4a962b8564]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/Makefile.am

    r3e1fea3 r862c17f  
    224224if HAVE_WINCE 
    225225libvlc_la_SOURCES += $(SOURCES_libvlc_win32) 
     226else 
     227libvlc_la_SOURCES += $(SOURCES_libvlc_other) 
    226228endif 
    227229endif