~oif-team/geis/geis2-add-device

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# @file Makefile.am 
# @brief top-level makefile for the libgeis project
#

ACLOCAL_MFLAGS = -I m4

SUBDIRS = include libutouch-geis-xcb libutouch-geis testsuite doc

doc-%:
	$(MAKE) -C doc $@

pkgconfigdir = $(libdir)/pkgconfig

pkgconfig_DATA = libutouch-geis.pc

EXTRA_DIST = \
	AUTHORS \
	COPYING \
	COPYING.GPL \
	INSTALL \
	NEWS \
	README