~blackskad/gnomeradio/dev-vol-button

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Thomas Meire
  • Date: 2008-12-20 19:34:59 UTC
  • Revision ID: blackskad@awesomeness-20081220193459-x0n1bieryqc6vps4
Replaced bacon-volume-button with GtkVolumeButton

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
bin_PROGRAMS = gnomeradio
12
12
 
13
13
gnomeradio_SOURCES = \
14
 
            bacon-volume.h \
15
14
            gui.h \
16
15
            lirc.h \
17
16
            prefs.h \
22
21
            trayicon.h \
23
22
            v4l1.h \
24
23
            v4l2.h \
25
 
            bacon-volume.c \
26
24
            gui.c \
27
25
            lirc.c \
28
26
            prefs.c \