From 86392857c5e7fa2c97d5b1757ee54d6af3af0447 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 12 Apr 2003 09:42:45 +0000 Subject: [PATCH] Move the texture object to the screen directory for the sake of library dependencies --- simgear/misc/Makefile.am | 3 --- simgear/screen/Makefile.am | 3 +++ simgear/{misc => screen}/colours.h | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename simgear/{misc => screen}/colours.h (100%) 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 -- 2.39.5