aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: ef2125c993fa57d7692691fa4a1f2506b73549cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AM_CPPFLAGS = $(MBTERM_CFLAGS)
AM_CFLAGS = -Wall
LDADD = $(MBTERM_LIBS)

bin_PROGRAMS = matchbox-terminal
matchbox_terminal_SOURCES = main.c

desktopdir = $(datadir)/applications
dist_desktop_DATA = matchbox-terminal.desktop

# make maintainer-clean should remove *everything* 
MAINTAINERCLEANFILES = \
	aclocal.m4 \
	compile \
	config.guess \
	config.h.in \
	configure \
	depcomp \
	install-sh \
	Makefile.in \
	missing