File: Makefile.am

package info (click to toggle)
mpclib 0.9-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 3,156 kB
  • sloc: sh: 10,234; ansic: 9,241; makefile: 110
file content (8 lines) | stat: -rw-r--r-- 249 bytes parent folder | download
1
2
3
4
5
6
7
8
## Makefile.am -- Process this file with automake to produce Makefile.in
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = src tests doc

EXTRA_HEADERS = src/mpc-log.h
include_HEADERS = src/mpc.h @MPC_LOG_H@
EXTRA_DIST = src/mpc-log.h tests/tgeneric.c Makefile.vc