summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 15ffc8e7225b893613b625e8d9f23c4907baa064 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# This file is part of Mango Lassi.
#
# Copyright 207 Lennart Poettering
#
# Mango Lassi is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# Mango Lassi is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with Mango Lassi; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.

gladedir = $(pkgdatadir)
localedir = $(datadir)/locale

SUBDIRS = po

bin_PROGRAMS = \
	mango-lassi

mango_lassi_SOURCES = \
	src/lassi-server.c src/lassi-server.h \
	src/lassi-grab.c src/lassi-grab.h \
	src/lassi-osd.c src/lassi-osd.h \
	src/lassi-order.c src/lassi-order.h \
	src/lassi-clipboard.c src/lassi-clipboard.h \
	src/lassi-avahi.c src/lassi-avahi.h \
	src/lassi-tray.c src/lassi-tray.h \
	src/lassi-prefs.c src/lassi-prefs.h

mango_lassi_LDADD = \
	$(AM_LDADD) \
	$(AVAHI_LIBS) \
	$(DBUS_LIBS) \
	$(GTK_LIBS) \
	$(XTEST_LIBS) \
	$(AVAHI_LIBS) \
	$(AVAHI_UI_LIBS) \
	$(LIBNOTIFY_LIBS) \
	$(LIBGLADE_LIBS)

mango_lassi_CFLAGS = \
	$(AM_CFLAGS) \
	$(AVAHI_CFLAGS) \
	$(DBUS_CFLAGS) \
	$(GTK_CFLAGS) \
	$(XTEST_CFLAGS) \
	$(AVAHI_CFLAGS) \
	$(AVAHI_UI_CFLAGS) \
	$(LIBNOTIFY_CFLAGS) \
	$(LIBGLADE_CFLAGS) \
	-DGLADE_FILE=\"$(gladedir)/mango-lassi.glade\" \
	-DLOCALEDIR=\"$(localedir)\"

glade_DATA = \
	src/mango-lassi.glade

EXTRA_DIST = \
	intltool-merge.in \
	intltool-update.in \
	intltool-extract.in \
	src/mango-lassi.glade

DISTCLEANFILES = \
        intltool-extract \
        intltool-merge \
        intltool-update

ACLOCAL_AMFLAGS = -I m4