File: Makefile.am

package info (click to toggle)
lxappearance 0.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,064 kB
  • sloc: ansic: 1,787; makefile: 104; xml: 44; python: 28; sh: 24
file content (20 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
NULL=

SUBDIRS= \
	ui \
	$(NULL)

pkgconfigdir   = $(libdir)/pkgconfig
pkgconfig_DATA = lxappearance.pc

desktopdir=$(datadir)/applications
desktop_in_files = \
	lxappearance.desktop.in \
	$(NULL)
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@

EXTRA_DIST= \
	$(desktop_DATA) \
	$(desktop_in_files) \
	$(NULL)