Skip to content

Commit 7411d02

Browse files
author
Robin Müller
committed
Preparations for first release
1 parent 17d73dd commit 7411d02

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
AUTOMAKE_OPTIONS = foreign
22
SUBDIRS = src doc man
3+
EXTRA_DIST = autogen.sh

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([touch-gestures], [0.1], [[email protected]])
5+
AC_INIT([linux-touch-gestures], [0.9.0], [[email protected]])
66
AM_INIT_AUTOMAKE
77
AC_CONFIG_SRCDIR([src/main.c])
88

src/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
bin_PROGRAMS = touch_gestures
22
touch_gestures_SOURCES = main.c array.c gestures_device.c gesture_detection.c configuraion.c keys.c
3+
noinst_HEADERS = array.h common.h configuraion.h gesture_detection.h gestures_device.h input_event_array.h int_array.h keys.h

0 commit comments

Comments
 (0)