File: Makefile.am

package info (click to toggle)
leakbug 0.1.4-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 948 kB
  • ctags: 71
  • sloc: sh: 6,642; ansic: 307; makefile: 135
file content (11 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# $Id: Makefile.am,v 1.1.1.1 2001/03/04 22:15:37 chipx86 Exp $

noinst_PROGRAMS = leak1

leak1_SOURCES = leak1.c
leak1_LDADD = $(top_builddir)/libleakbug/libleakbug.la

INCLUDES = \
	-I$(top_srcdir)/libleakbug \
	-I$(includedir) \
	-I$(prefix)/include