]> git.sesse.net Git - vlc/commitdiff
Moved global hotkeys to its own directory.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 25 Jan 2009 17:23:31 +0000 (18:23 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 25 Jan 2009 17:25:53 +0000 (18:25 +0100)
configure.ac
modules/control/Modules.am
modules/control/globalhotkeys/Modules.am [new file with mode: 0644]
modules/control/globalhotkeys/win32.c [moved from modules/control/globalhotkeys.c with 100% similarity]

index 5e93a8ffae666a02978781a74d525d097563b376..8b619bdf1a314a47689040fe50f2e6b851f9cfd5 100644 (file)
@@ -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
index 0ac597812a2ce317ab5a2a4b9594a100712f0b91..a34a26ee45dab40b88fc73c520364915d0540844 100644 (file)
@@ -1,4 +1,4 @@
-SUBDIRS = http
+SUBDIRS = http globalhotkeys
 SOURCES_gestures = gestures.c
 SOURCES_showintf = showintf.c
 SOURCES_telnet = telnet.c
diff --git a/modules/control/globalhotkeys/Modules.am b/modules/control/globalhotkeys/Modules.am
new file mode 100644 (file)
index 0000000..f62edc0
--- /dev/null
@@ -0,0 +1,8 @@
+if HAVE_WIN32
+globalhotkeys_extra = win32.c
+endif
+
+SOURCES_globalhotkeys = \
+    $(globalhotkeys_extra) \
+    $(NULL)
+