diff --git a/simgear/misc/Makefile.am b/simgear/misc/Makefile.am index a3616de3..6f4e3828 100644 --- a/simgear/misc/Makefile.am +++ b/simgear/misc/Makefile.am @@ -2,9 +2,6 @@ includedir = @includedir@/misc lib_LIBRARIES = libsgmisc.a -noinst_HEADERS = \ - colours.h - include_HEADERS = \ commands.hxx \ exception.hxx \ diff --git a/simgear/screen/Makefile.am b/simgear/screen/Makefile.am index 5e8fe44b..20ccf043 100644 --- a/simgear/screen/Makefile.am +++ b/simgear/screen/Makefile.am @@ -12,6 +12,9 @@ IMAGE_SERVER_INCL = IMAGE_SERVER_SRCS = endif +noinst_HEADERS = \ + colours.h + include_HEADERS = \ texture.hxx \ $(IMAGE_SERVER_INCL) \ diff --git a/simgear/misc/colours.h b/simgear/screen/colours.h similarity index 100% rename from simgear/misc/colours.h rename to simgear/screen/colours.h