~ubuntu-branches/ubuntu/wily/gpaste/wily

« back to all changes in this revision

Viewing changes to src/ui.mk

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2015-06-19 11:05:16 UTC
  • mfrom: (6.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20150619110516-h53wz9xi9i4k3smb
Tags: 3.16.2.1-1
* Imported Upstream version 3.16.2.1 (Closes: #789255)
* gpaste-applet does not need a manpage - upstream dropped it
* Build-Depends gtk >= 3.16
* Depends gnome-shell >= 3.16
* Major API changes, bump soname to 3 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# This file is part of GPaste.
 
2
#
 
3
# Copyright 2015 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
 
4
#
 
5
# GPaste is free software: you can redistribute it and/or modify
 
6
# it under the terms of the GNU General Public License as published by
 
7
# the Free Software Foundation, either version 3 of the License, or
 
8
# (at your option) any later version.
 
9
#
 
10
# GPaste is distributed in the hope that it will be useful,
 
11
# but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
13
# GNU General Public License for more details.
 
14
#
 
15
# You should have received a copy of the GNU General Public License
 
16
# along with GPaste.  If not, see <http://www.gnu.org/licenses/>.
 
17
 
 
18
pkglibexec_PROGRAMS += \
 
19
        bin/gpaste-ui \
 
20
        $(NULL)
 
21
 
 
22
bin_gpaste_ui_SOURCES = \
 
23
        src/ui/gpaste-ui.c \
 
24
        $(NULL)
 
25
 
 
26
bin_gpaste_ui_CFLAGS = \
 
27
        $(AM_CFLAGS) \
 
28
        $(NULL)
 
29
 
 
30
bin_gpaste_ui_LDADD = \
 
31
        $(builddir)/$(libgpaste_la_file) \
 
32
        $(GTK_LIBS) \
 
33
        $(AM_LIBS) \
 
34
        $(NULL)