File: Makefile.am

package info (click to toggle)
eventlog 0.2.12-5
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 752 kB
  • sloc: ansic: 896; makefile: 165; sh: 148
file content (15 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

ACLOCAL_AMFLAGS=-I m4
SUBDIRS = src tests solbuild tgzbuild tgz2build winbuild

EXTRA_DIST = VERSION NEWS PORTS CREDITS doc/API.txt doc/DESIGN.txt doc/configuration.txt \
	debian/changelog debian/changelog.in debian/compat debian/control debian/copyright \
	debian/libevtlog-dev.install debian/libevtlog0.install debian/libevtlog0.shlibs debian/rules \
	eventlog.spec.bb.in eventlog.spec.bb \
	balabit-vs-build makefile.msc

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

debian/changelog: debian/changelog.in
	$(top_builddir)/config.status --file $@:$<