File: Makefile.am

package info (click to toggle)
notification-daemon 0.7.6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,032 kB
  • sloc: sh: 11,210; ansic: 3,205; makefile: 78; xml: 34
file content (16 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@INTLTOOL_DESKTOP_RULE@
desktopdir= $(datadir)/applications
desktop_in_in_files = notification-daemon.desktop.in.in
desktop_in_files = notification-daemon.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)

EXTRA_DIST = \
	$(desktop_in_in_files)

CLEANFILES = \
	$(desktop_DATA)

DISTCLEANFILES = \
	$(desktop_in_files)

-include $(top_srcdir)/git.mk