diff options
author | Stijn Buys <ingar@osirion.org> | 2007-11-11 12:52:41 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2007-11-11 12:52:41 +0000 |
commit | 549107c0fbd19645459bd7df985952763b0b3e15 (patch) | |
tree | b559450cbf081b688526adf5d51f9fa6884c9023 /src | |
parent | 848d3b37523c4555b09d054d8e92cc0ad813c7bc (diff) |
project update
Diffstat (limited to 'src')
-rw-r--r-- | src/client/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/Makefile.am b/src/client/Makefile.am index 4e5705c..12b8f5d 100644 --- a/src/client/Makefile.am +++ b/src/client/Makefile.am @@ -12,5 +12,5 @@ INCLUDES = -I$(top_srcdir)/src osirion_CFLAGS = $(LIBSDL_CFLAGS) osirion_LDFLAGS = $(LIBSDL_LIBS) -noinst_HEADERS = camera.h client.h console.h input.h shipdrawer.h shipspecs.h \ - stardrawer.h video.h view.h +noinst_HEADERS = camera.h client.h console.h input.h shipdrawer.h stardrawer.h \ + video.h view.h |