File: Makefile.am

package info (click to toggle)
rhythmbox 2.97-2.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 40,820 kB
  • sloc: ansic: 117,691; xml: 28,786; sh: 11,150; python: 3,862; makefile: 2,561
file content (26 lines) | stat: -rw-r--r-- 547 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26


UI_XML_FILES = rhythmbox-ui.xml

GTK_BUILDER_FILES =					\
	create-playlist.ui				\
	general-prefs.ui				\
	library-prefs.ui				\
	media-player-properties.ui			\
	playback-prefs.ui				\
	playlist-save.ui				\
	podcast-add-dialog.ui				\
	podcast-feed-properties.ui			\
	podcast-prefs.ui				\
	podcast-properties.ui				\
	song-info.ui					\
	song-info-multiple.ui				\
	sync-dialog.ui					\
	sync-state.ui					\
	uri-new.ui

uidir = $(pkgdatadir)
ui_DATA = $(UI_XML_FILES) $(GTK_BUILDER_FILES)

EXTRA_DIST = $(UI_XML_FILES) $(GTK_BUILDER_FILES)