Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/macosx/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/Makefile.am')
-rw-r--r--macosx/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/macosx/Makefile.am b/macosx/Makefile.am
new file mode 100644
index 0000000..aaed6f2
--- /dev/null
+++ b/macosx/Makefile.am
@@ -0,0 +1,6 @@
+noinst_PROGRAMS = gcompris
+
+gcompris_SOURCES = main.c
+
+gcompris_CFLAGS = -x c -fpascal-strings
+gcompris_LDFLAGS = -framework Carbon -framework Cocoa