~ubuntu-branches/debian/sid/guake/sid

« back to all changes in this revision

Viewing changes to src/guake/globalhotkeys/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Daniel Echeverry
  • Date: 2015-04-26 19:15:06 UTC
  • mfrom: (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20150426191506-mo8037vk6pueer5b
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
guakepyexecdir = $(pkgpyexecdir)
 
2
guakepyexec_LTLIBRARIES = globalhotkeys.la
 
3
 
 
4
globalhotkeys_la_SOURCES = \
 
5
        eggaccelerators.c \
 
6
        keybinder.c \
 
7
        globalhotkeys.c \
 
8
        eggaccelerators.h \
 
9
        keybinder.h
 
10
 
 
11
AM_CPPFLAGS = \
 
12
        $(DEPENDENCIES_CFLAGS) \
 
13
        $(PYTHON_CFLAGS)
 
14
 
 
15
AM_LDFLAGS = \
 
16
        -module -avoid-version \
 
17
        $(PYTHON_LIBS) $(DEPENDENCIES_LIBS)