File: app-indicator.mk

package info (click to toggle)
gpaste 3.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,704 kB
  • ctags: 1,827
  • sloc: ansic: 13,125; sh: 122; makefile: 91
file content (33 lines) | stat: -rw-r--r-- 875 bytes parent folder | download
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
## This file is part of GPaste.
##
## Copyright (c) 2010-2016, Marc-Antoine Perennou <Marc-Antoine@Perennou.com>

if ENABLE_UNITY
pkglibexec_PROGRAMS +=           \
	bin/gpaste-app-indicator \
	$(NULL)
endif

bin_gpaste_app_indicator_SOURCES =                      \
	%D%/app-indicator/gpaste-applet-app-indicator.h \
	%D%/app-indicator/gpaste-applet-app-indicator.c \
	%D%/app-indicator/gpaste-app-indicator.c        \
	$(NULL)

bin_gpaste_app_indicator_CPPFLAGS =   \
	$(AM_CPPFLAGS)                \
	-I$(srcdir)/%D%/app-indicator \
	$(NULL)

bin_gpaste_app_indicator_CFLAGS = \
	$(GLIB_CFLAGS)            \
	$(GTK_CFLAGS)             \
	$(UNITY_CFLAGS)           \
	$(NULL)

bin_gpaste_app_indicator_LDADD =         \
	$(builddir)/$(libgpaste_la_file) \
	$(GLIB_LIBS)                     \
	$(GTK_LIBS)                      \
	$(UNITY_LIBS)                    \
	$(NULL)