File: gnome-shell-client.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 (21 lines) | stat: -rw-r--r-- 551 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
## This file is part of GPaste.
##
## Copyright (c) 2010-2016, Marc-Antoine Perennou <Marc-Antoine@Perennou.com>

TESTS+=                             \
	bin/test-gnome-shell-client \
	$(NULL)

bin_test_gnome_shell_client_SOURCES =                    \
	%D%/gnome-shell-client/test-gnome-shell-client.c \
	$(NULL)

bin_test_gnome_shell_client_CFLAGS = \
	$(GLIB_CFLAGS)               \
	$(GTK_CFLAGS)                \
	$(NULL)

bin_test_gnome_shell_client_LDADD =      \
	$(builddir)/$(libgpaste_la_file) \
	$(GLIB_LIBS)                     \
	$(NULL)