[go: up one dir, main page]

File: Makefile.am

package info (click to toggle)
rlog 1.3.7-1.2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,444 kB
  • ctags: 3,785
  • sloc: sh: 11,151; cpp: 1,534; makefile: 125
file content (15 lines) | stat: -rw-r--r-- 344 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SUBDIRS = rlog docs config

EXTRA_DIST = AUTHORS COPYING INSTALL README rlog.lsm Doxyfile

# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign
ACLOCAL_AMFLAGS = -I config

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

documentation:
	cd docs && make