Commit e939adf8 authored by Laurent Aimar's avatar Laurent Aimar

Moved global hotkeys to its own directory.

parent fe248584
......@@ -5852,6 +5852,7 @@ AC_CONFIG_FILES([
modules/codec/xvmc/Makefile
modules/control/Makefile
modules/control/http/Makefile
modules/control/globalhotkeys/Makefile
modules/demux/Makefile
modules/demux/asf/Makefile
modules/demux/avformat/Makefile
......
SUBDIRS = http
SUBDIRS = http globalhotkeys
SOURCES_gestures = gestures.c
SOURCES_showintf = showintf.c
SOURCES_telnet = telnet.c
......
if HAVE_WIN32
globalhotkeys_extra = win32.c
endif
SOURCES_globalhotkeys = \
$(globalhotkeys_extra) \
$(NULL)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment