From 9252bfb61fabea1f45afacb19d805eb5fdd01599 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 28 Sep 2008 21:34:53 +0000 Subject: intro module --- src/game/intro/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game/intro/Makefile.am') diff --git a/src/game/intro/Makefile.am b/src/game/intro/Makefile.am index fc5b019..eeb6f9d 100644 --- a/src/game/intro/Makefile.am +++ b/src/game/intro/Makefile.am @@ -2,5 +2,5 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/game METASOURCES = AUTO libintro_la_LDFLAGS = -avoid-version noinst_LTLIBRARIES = libintro.la -libintro_la_SOURCES = intro.cc -noinst_HEADERS = intro.h +libintro_la_SOURCES = convoy.cc intro.cc +noinst_HEADERS = convoy.h intro.h -- cgit v1.2.3