File: Makefile.am

package info (click to toggle)
blueman 1.99~alpha1-1
  • links: PTS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 11,772 kB
  • sloc: python: 13,339; sh: 11,418; ansic: 836; makefile: 645
file content (27 lines) | stat: -rw-r--r-- 542 bytes parent folder | download | duplicates (5)
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
27
@INTLTOOL_DESKTOP_RULE@ 
autostartdir = $(sysconfdir)/xdg/autostart
autostart_in_files = blueman.desktop.in
autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)

@INTLTOOL_DESKTOP_RULE@ 
appdir = $(datadir)/applications
app_in_files = blueman-manager.desktop.in
app_DATA = $(app_in_files:.desktop.in=.desktop)


EXTRA_DIST = 	$(autostart_in_files)	\
		$(app_in_files)

SUBDIRS = 		\
	configs		\
	icons		\
	ui		\
	man

CLEANFILES =		\
	blueman-manager.desktop	\
	blueman.desktop		\
	$(BUILT_SOURCES)
	
DISTCLEANFILES = \
	$(CLEANFILES)