~ubuntu-branches/ubuntu/vivid/gnome-flashback/vivid

« back to all changes in this revision

Viewing changes to gnome-flashback/libsound-applet/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Dmitry Shachnev
  • Date: 2014-09-19 17:09:43 UTC
  • Revision ID: package-import@ubuntu.com-20140919170943-oboafsedi6z69951
Tags: upstream-3.10.0
ImportĀ upstreamĀ versionĀ 3.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SUBDIRS = \
 
2
        gvc
 
3
 
 
4
noinst_LTLIBRARIES = \
 
5
        libsound-applet.la
 
6
 
 
7
AM_CPPFLAGS = \
 
8
        $(SOUND_APPLET_CFLAGS) \
 
9
        -I$(top_builddir)/gnome-flashback/libsound-applet \
 
10
        -I$(srcdir)/gvc
 
11
 
 
12
libsound_applet_la_SOURCES = \
 
13
        gvc-applet.c \
 
14
        gvc-applet.h \
 
15
        gvc-channel-bar.c \
 
16
        gvc-channel-bar.h \
 
17
        gvc-stream-status-icon.c \
 
18
        gvc-stream-status-icon.h
 
19
 
 
20
libsound_applet_la_LIBADD = \
 
21
        -lm \
 
22
        $(SOUND_APPLET_LIBS) \
 
23
        gvc/libgvc.la
 
24
 
 
25
-include $(top_srcdir)/git.mk