aboutsummaryrefslogtreecommitdiffstats
path: root/libtaku/Makefile.am
blob: c457d9eef85fd6ac8e7561e193c2b2bd5d2d63c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PKGDATADIR = $(datadir)/matchbox

AM_CPPFLAGS = $(GTK_CFLAGS) $(SN_CFLAGS) -DPKGDATADIR=\"$(PKGDATADIR)\"
AM_CFLAGS = $(WARN_CFLAGS)

noinst_LIBRARIES = libtaku.a
libtaku_a_SOURCES = \
	launcher-util.c launcher-util.h \
	taku-icon-tile.c taku-icon-tile.h \
	taku-launcher-tile.c taku-launcher-tile.h \
	taku-menu.h \
	taku-menu-desktop.c \
	taku-tile.c taku-tile.h \
	xutil.c xutil.h \
	taku-queue-source.c taku-queue-source.h

if HAVE_INOTIFY
noinst_LIBRARIES += libinotify.a
libinotify_a_SOURCES = \
	inotify/inotify-kernel.c inotify/inotify-kernel.h \
	inotify/inotify-sub.c 	inotify/inotify-sub.h \
	inotify/inotify-path.c inotify/inotify-path.h \
	inotify/inotify-missing.c inotify/inotify-missing.h \
	inotify/inotify-diag.c inotify/inotify-diag.h \
	inotify/local_inotify.h inotify/local_inotify_syscalls.h
endif

-include $(top_srcdir)/git.mk