diff options
-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 |