Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/macosx/Makefile.am
blob: c2c5e1a517dfb98be35ca403dc0df01b22e96cdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
noinst_PROGRAMS = gcompris

gcompris_SOURCES = main.c

gcompris_CFLAGS = -x c -fpascal-strings
gcompris_LDFLAGS = -framework Carbon -framework Cocoa

EXTRA_DIST = \
	build-gtk.sh \
	fonts.conf \
	GCompris.icns \
	gcompris.png \
	gcompris.svg \
	glibconfig.h \
	Info-gnustep.plist \
	Info.plist \
	pangorc \
	PkgInfo