Fix two doxygen errors
[platform/upstream/libinput.git] / src / Makefile.am
1 lib_LTLIBRARIES = libinput.la
2
3 include_HEADERS =                       \
4         libinput.h
5
6 libinput_la_SOURCES =                   \
7         libinput.c                      \
8         libinput.h                      \
9         libinput-private.h              \
10         libinput-util.c                 \
11         libinput-util.h                 \
12         evdev.c                         \
13         evdev.h                         \
14         evdev-mt-touchpad.c             \
15         evdev-mt-touchpad.h             \
16         evdev-mt-touchpad-tap.c         \
17         evdev-mt-touchpad-buttons.c     \
18         filter.c                        \
19         filter.h                        \
20         path.h                          \
21         path.c                          \
22         udev-seat.c                     \
23         udev-seat.h                     \
24         timer.c                         \
25         timer.h                         \
26         ../include/linux/input.h
27
28 libinput_la_LIBADD = $(MTDEV_LIBS) \
29                      $(LIBUDEV_LIBS) \
30                      $(LIBEVDEV_LIBS)
31 libinput_la_CFLAGS = -I$(top_srcdir)/include \
32                      $(MTDEV_CFLAGS)    \
33                      $(LIBUDEV_CFLAGS)  \
34                      $(LIBEVDEV_CFLAGS) \
35                      $(GCC_CFLAGS)
36
37 libinput_la_LDFLAGS = -version-info $(LIBINPUT_LT_VERSION)
38
39 pkgconfigdir = $(libdir)/pkgconfig
40 pkgconfig_DATA = libinput.pc
41
42 AM_CFLAGS = $(GCC_CFLAGS)
43
44 DISTCLEANFILES = libinput-version.h
45 EXTRA_DIST = libinput-version.h.in