[Tux4kids-commits] r1482 - branches/commonification/tux4kids-common/trunk/t4kcommon
David Bruce
dbruce-guest at alioth.debian.org
Fri Sep 4 12:02:05 UTC 2009
Author: dbruce-guest
Date: 2009-09-04 12:01:56 +0000 (Fri, 04 Sep 2009)
New Revision: 1482
Added:
branches/commonification/tux4kids-common/trunk/t4kcommon/Makefile.am
Log:
added Makefile.am for t4kcommon
Added: branches/commonification/tux4kids-common/trunk/t4kcommon/Makefile.am
===================================================================
--- branches/commonification/tux4kids-common/trunk/t4kcommon/Makefile.am (rev 0)
+++ branches/commonification/tux4kids-common/trunk/t4kcommon/Makefile.am 2009-09-04 12:01:56 UTC (rev 1482)
@@ -0,0 +1,16 @@
+## Makefile.am for tux4kids-common/t4kcommon
+## Process with Automake to create Makefile.in
+
+lib_LTLIBRARIES = libt4kcommon.la
+
+libt4kcommon_la_SOURCES = \
+ t4k-audio.c \
+ t4k-compiler.h \
+ t4k-globals.h \
+ t4k-loaders.c \
+ t4k-main.c \
+ t4k-menu.c \
+ t4k-pixels.c \
+ t4k-sdl.c
+
+include_HEADERS = tux4kids-common.h
More information about the Tux4kids-commits
mailing list