File: Makefile.am

package info (click to toggle)
aspell 0.60.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 10,000 kB
  • ctags: 4,862
  • sloc: sh: 48,145; cpp: 22,153; perl: 1,546; ansic: 1,535; makefile: 684; sed: 16
file content (13 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
noinst_PROGRAMS = example-c list-dicts

AM_CPPFLAGS = -I${top_srcdir}/interfaces/cc/ -I${top_srcdir}/common

example_c_SOURCES = example-c.c

example_c_LDADD = ../libaspell.la


list_dicts_SOURCES = list-dicts.c

list_dicts_LDADD = ../libaspell.la