Minor updates
This commit is contained in:
parent
574a4ca14c
commit
49b7326523
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -10,6 +10,8 @@ deb_dist/
|
|||
|
||||
Makefile
|
||||
/config.hpp
|
||||
/version.py
|
||||
|
||||
# http://www.gnu.org/software/automake
|
||||
|
||||
Makefile.in
|
||||
|
@ -52,4 +54,4 @@ m4/libtool.m4
|
|||
m4/ltoptions.m4
|
||||
m4/ltsugar.m4
|
||||
m4/ltversion.m4
|
||||
m4/lt~obsolete.m4
|
||||
m4/lt~obsolete.m4
|
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 */
|
||||
#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. */
|
||||
#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])
|
||||
AM_INIT_AUTOMAKE([1.11 no-define foreign subdir-objects])
|
||||
AC_CONFIG_HEADERS([config.hpp])
|
||||
|
|
|
@ -5,7 +5,7 @@ After=dbus.service
|
|||
|
||||
[Service]
|
||||
Type=dbus
|
||||
ExecStart=/usr/local/sbin/$NAME
|
||||
ExecStart=/usr/sbin/mediacore-hid-server
|
||||
BusName=nl.miqra.MediaCore.Hid
|
||||
|
||||
[Install]
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
PACKAGE="mediacore-hid"
|
||||
VERSION="4.1.1"
|
Loading…
Reference in New Issue
Block a user