aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: 38b15bf3d801518344d54557c1e4448744cd1718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = foreign

CLEANFILES = *~
AM_CFLAGS = -Wall

bin_PROGRAMS = lcd4linux
lcd4linux_SOURCES = \
	lcd4linux.c \
	cfg.c cfg.h \
	parser.c parser.h \
	system.c system.h \
	isdn.c isdn.h \
	filter.c filter.h \
	display.c display.h \
	MatrixOrbital.c