[Xfce4-commits] r29167 - in xfce4-mixer/branches/xfce_4_4: include lib
Danny Milosavljevic
dannym at xfce.org
Sun Jan 11 18:02:15 CET 2009
Author: dannym
Date: 2009-01-11 17:02:15 +0000 (Sun, 11 Jan 2009)
New Revision: 29167
Modified:
xfce4-mixer/branches/xfce_4_4/include/vcs.h
xfce4-mixer/branches/xfce_4_4/lib/Makefile.am
Log:
add 'vcs.h'.
Modified: xfce4-mixer/branches/xfce_4_4/include/vcs.h
===================================================================
--- xfce4-mixer/branches/xfce_4_4/include/vcs.h 2009-01-11 16:59:20 UTC (rev 29166)
+++ xfce4-mixer/branches/xfce_4_4/include/vcs.h 2009-01-11 17:02:15 UTC (rev 29167)
@@ -1,6 +1,7 @@
#ifndef __MIXER_VCS_H
#define __MIXER_VCS_H
+/* call this at the beginning of your program. */
int register_vcs ();
#include "vc.h"
Modified: xfce4-mixer/branches/xfce_4_4/lib/Makefile.am
===================================================================
--- xfce4-mixer/branches/xfce_4_4/lib/Makefile.am 2009-01-11 16:59:20 UTC (rev 29166)
+++ xfce4-mixer/branches/xfce_4_4/lib/Makefile.am 2009-01-11 17:02:15 UTC (rev 29167)
@@ -26,5 +26,5 @@
xfce4_mixerincludedir = $(includedir)/xfce4/libxfce4mixer
-xfce4_mixerinclude_HEADERS = ../include/vc.h
+xfce4_mixerinclude_HEADERS = ../include/vc.h ../include/vcs.h
More information about the Xfce4-commits
mailing list