Minor updates
This commit is contained in:
parent
574a4ca14c
commit
49b7326523
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,6 +10,8 @@ deb_dist/
|
||||||
|
|
||||||
Makefile
|
Makefile
|
||||||
/config.hpp
|
/config.hpp
|
||||||
|
/version.py
|
||||||
|
|
||||||
# http://www.gnu.org/software/automake
|
# http://www.gnu.org/software/automake
|
||||||
|
|
||||||
Makefile.in
|
Makefile.in
|
||||||
|
|
23
config.hpp
23
config.hpp
|
@ -1,23 +0,0 @@
|
||||||
/* config.hpp. Generated from config.hpp.in by configure. */
|
|
||||||
/* config.hpp.in. Generated from configure.ac by autoheader. */
|
|
||||||
|
|
||||||
/* define if the Boost library is available */
|
|
||||||
#define HAVE_BOOST /**/
|
|
||||||
|
|
||||||
/* Define to the address where bug reports for this package should be sent. */
|
|
||||||
#define PACKAGE_BUGREPORT "bugs@miqra.nl"
|
|
||||||
|
|
||||||
/* Define to the full name of this package. */
|
|
||||||
#define PACKAGE_NAME "MediaCore HID Server"
|
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
|
||||||
#define PACKAGE_STRING "MediaCore HID Server 4.1.1"
|
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
|
||||||
#define PACKAGE_TARNAME "mediacore-hid"
|
|
||||||
|
|
||||||
/* Define to the home page for this package. */
|
|
||||||
#define PACKAGE_URL "http://www.miqra.nl/"
|
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
|
||||||
#define PACKAGE_VERSION "4.1.1"
|
|
|
@ -3,9 +3,6 @@
|
||||||
/* define if the Boost library is available */
|
/* define if the Boost library is available */
|
||||||
#undef HAVE_BOOST
|
#undef HAVE_BOOST
|
||||||
|
|
||||||
/* define if the Boost::Signals library is available */
|
|
||||||
#undef HAVE_BOOST_SIGNALS
|
|
||||||
|
|
||||||
/* Define to the address where bug reports for this package should be sent. */
|
/* Define to the address where bug reports for this package should be sent. */
|
||||||
#undef PACKAGE_BUGREPORT
|
#undef PACKAGE_BUGREPORT
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([MediaCore HID Server], [4.1.1], [bugs@miqra.nl], [mediacore-hid], [http://www.miqra.nl/])
|
AC_INIT([MediaCore HID Server], [4.1.2], [bugs@miqra.nl], [mediacore-hid], [http://www.miqra.nl/])
|
||||||
AC_PREREQ([2.59])
|
AC_PREREQ([2.59])
|
||||||
AM_INIT_AUTOMAKE([1.11 no-define foreign subdir-objects])
|
AM_INIT_AUTOMAKE([1.11 no-define foreign subdir-objects])
|
||||||
AC_CONFIG_HEADERS([config.hpp])
|
AC_CONFIG_HEADERS([config.hpp])
|
||||||
|
|
|
@ -5,7 +5,7 @@ After=dbus.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=dbus
|
Type=dbus
|
||||||
ExecStart=/usr/local/sbin/$NAME
|
ExecStart=/usr/sbin/mediacore-hid-server
|
||||||
BusName=nl.miqra.MediaCore.Hid
|
BusName=nl.miqra.MediaCore.Hid
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
PACKAGE="mediacore-hid"
|
|
||||||
VERSION="4.1.1"
|
|
Loading…
Reference in New Issue
Block a user