aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: ac218291025edaceba82310f8be90168e6637433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
AUTOMAKE_OPTIONS = -Wno-portability

bin_PROGRAMS = gaku

AM_CPPFLAGS = $(DEPS_CFLAGS)
AM_CFLAGS = -Wall
LDADD = $(DEPS_LIBS)

gaku_SOURCES = \
	main.c \
	playlist-parser.c playlist-parser.h

desktopdir = $(datadir)/applications
dist_desktop_DATA = gaku.desktop

MAINTAINERCLEANFILES = \
	aclocal.m4 \
	compile \
	config.guess \
	config.h.in \
	configure \
	depcomp \
	install-sh \
	Makefile.in \
	missing