git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dd6534
)
Fix compilation on != darwin, beos, win32, linux
author
Rafaël Carré
<funman@videolan.org>
Sat, 10 May 2008 12:41:01 +0000
(14:41 +0200)
committer
Rafaël Carré
<funman@videolan.org>
Sat, 10 May 2008 12:41:01 +0000
(14:41 +0200)
Fix [
3e1fea390e453b25f50d1e4308b80a4a962b8564
]
src/Makefile.am
patch
|
blob
|
history
diff --git
a/src/Makefile.am
b/src/Makefile.am
index
b2a16ee
..
a01b510
100644
(file)
--- a/
src/Makefile.am
+++ b/
src/Makefile.am
@@
-223,6
+223,8
@@
libvlc_la_SOURCES += $(SOURCES_libvlc_win32)
else
if HAVE_WINCE
libvlc_la_SOURCES += $(SOURCES_libvlc_win32)
+else
+libvlc_la_SOURCES += $(SOURCES_libvlc_other)
endif
endif
endif