Move the texture object to the screen directory for the sake of library dependencies

This commit is contained in:
ehofman
2003-04-12 09:42:45 +00:00
parent 95c6c16851
commit 86392857c5
3 changed files with 3 additions and 3 deletions

View File

@@ -2,9 +2,6 @@ includedir = @includedir@/misc
lib_LIBRARIES = libsgmisc.a
noinst_HEADERS = \
colours.h
include_HEADERS = \
commands.hxx \
exception.hxx \

View File

@@ -12,6 +12,9 @@ IMAGE_SERVER_INCL =
IMAGE_SERVER_SRCS =
endif
noinst_HEADERS = \
colours.h
include_HEADERS = \
texture.hxx \
$(IMAGE_SERVER_INCL) \