git.videolan.org
/
vlc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Moved global hotkeys to its own directory.
[vlc.git]
/
modules
/
control
/
globalhotkeys
/
Modules.am
1
if HAVE_WIN32
2
globalhotkeys_extra = win32.c
3
endif
4
5
SOURCES_globalhotkeys = \
6
$(globalhotkeys_extra) \
7
$(NULL)
8