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

« back to all changes in this revision

Viewing changes to Makefile.am

  • 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
1
# This file is part of GPaste.
2
2
#
3
 
# Copyright 2011-2014 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
 
3
# Copyright 2011-2015 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
4
4
#
5
5
# GPaste is free software: you can redistribute it and/or modify
6
6
# it under the terms of the GNU General Public License as published by
22
22
AM_DISTCHECK_CONFIGURE_FLAGS = \
23
23
        --with-dbusservicesdir="$$dc_install_base/$(dbusservicesdir)" \
24
24
        --with-controlcenterdir="$$dc_install_base/$(controlcenterdir)" \
25
 
        --enable-appdata-validate \
 
25
        --enable-appstream-util \
26
26
        --enable-applet \
27
27
        --enable-introspection \
28
28
        --enable-unity \
53
53
        -I$(srcdir)/src/libgpaste/screensaver-client \
54
54
        -I$(srcdir)/src/libgpaste/settings \
55
55
        -I$(srcdir)/src/libgpaste/settings-ui \
 
56
        -I$(srcdir)/src/libgpaste/ui \
 
57
        -I$(srcdir)/src/libgpaste/util \
56
58
        -I$(builddir)/src/libgpaste \
57
59
        -DG_PASTE_COMPILATION \
58
60
        -DLOCALEDIR=\"$(localedir)\" \
100
102
include src/daemon.mk
101
103
include src/gpaste.mk
102
104
include src/settings.mk
 
105
include src/ui.mk
103
106
 
104
107
# Applets
105
108
 
109
112
 
110
113
# Data
111
114
 
112
 
include data/appdata.mk
 
115
include data/appstream.mk
113
116
include data/completions.mk
114
117
include data/control-center.mk
115
118
include data/dbus.mk
125
128
 
126
129
include tests/gnome-shell-client.mk
127
130
 
128
 
# Legacy wrapper
129
 
 
130
 
include legacy/gpasted.mk
131
 
 
132
131
# Maintainance stuff
133
132
 
134
133
update-po: