diff options
author | Stijn Buys <ingar@osirion.org> | 2008-11-03 00:37:35 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2008-11-03 00:37:35 +0000 |
commit | 4be6238b85e9d4b39c4f1fc23ba05952df78179a (patch) | |
tree | 21b3c5d895a37ac557edc70123724038d6711537 /src/game/example | |
parent | 0722960f7d3d3f80b258b5d7ef4b121d5dbb32a8 (diff) |
minor bugfixes
Diffstat (limited to 'src/game/example')
-rw-r--r-- | src/game/example/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game/example/Makefile.am b/src/game/example/Makefile.am index 81fb507..bb285eb 100644 --- a/src/game/example/Makefile.am +++ b/src/game/example/Makefile.am @@ -2,6 +2,5 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/game METASOURCES = AUTO libexample_la_LDFLAGS = -avoid-version noinst_LTLIBRARIES = libexample.la -noinst_HEADERS = example.h +noinst_HEADERS = example.h spectator.h libexample_la_SOURCES = example.cc spectator.cc -_SOURCES = spectator.h |