source: trunk/third/gnome-applets/mixer/Makefile.am @ 18647

Revision 18647, 1.1 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18646, which included commits to RCS files with non-trunk default branches.
Line 
1SUBDIRS = docs
2
3pixmapsdir = $(datadir)/pixmaps/mixer
4pixmaps_DATA =  gnome-mixer-applet.png          \
5                volume-max.png                  \
6                volume-medium.png               \
7                volume-min.png                  \
8                volume-mute.png                 \
9                volume-zero.png
10
11INCLUDES = -I. -I$(srcdir)                              \
12        -I$(top_srcdir)/screen-exec                     \
13        -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\"  \
14        -DG_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED \
15        -DGNOME_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED \
16        $(GNOME_APPLETS_CFLAGS)                         
17
18libexec_PROGRAMS = mixer_applet2
19
20mixer_applet2_SOURCES =                                 \
21        mixer.c
22
23mixer_applet2_LDADD =                                   \
24        $(MIXER_LIBS)                                   \
25        $(GNOME_APPLETS_LIBS)                           \
26        $(top_builddir)/screen-exec/libscreen-exec.la
27
28serverdir       = $(libdir)/bonobo/servers
29server_in_files = GNOME_MixerApplet.server.in
30server_DATA     = $(server_in_files:.server.in=.server)
31
32$(server_in_files): $(server_in_files:.server.in=.server.in.in)
33        sed -e "s|\@LIBEXECDIR\@|$(libexecdir)|" $< > $@
34
35@INTLTOOL_SERVER_RULE@
36
37uidir   = $(datadir)/gnome-2.0/ui
38ui_DATA = GNOME_MixerApplet.xml
39
40EXTRA_DIST =                                            \
41        GNOME_MixerApplet.server.in.in                  \
42        $(ui_DATA)                                      \
43        $(pixmaps_DATA)
Note: See TracBrowser for help on using the repository browser.