File: Makefile.am

package info (click to toggle)
asunder 3.0.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,264 kB
  • sloc: ansic: 8,493; makefile: 36
file content (20 lines) | stat: -rw-r--r-- 432 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
## Process this file with automake to produce Makefile.in

SUBDIRS = src po

pixdir = $(datadir)/pixmaps
pix_DATA = pixmaps/asunder.png pixmaps/asunder.svg

EXTRA_DIST = asunder.desktop pixmaps/asunder.png pixmaps/asunder.svg syslogng

ACLOCAL_AMFLAGS = -I m4

desktopdir=$(datadir)/applications

desktop_DATA = asunder.desktop

install-data-hook:
	cd syslogng && $(MAKE) install

uninstall-hook: 
	cd syslogng && $(MAKE) uninstall