view src/endian/Makefile.am @ 870:95f22f17e44a

Date: Wed, 3 Mar 2004 12:44:21 +0200 From: "Mike Gorchak" Subject: Misc fixes again I've added custom WM info for the QNX (same as generic for now), which allows to compile all applications, which included SDL_syswm.h directly, otherwise DISABLE_X11 appearing to be not defined and X11 info was used instead, which is wrong.
author Sam Lantinga <slouken@libsdl.org>
date Thu, 04 Mar 2004 05:41:57 +0000
parents 74212992fb08
children
line wrap: on
line source


## Makefile.am for the SDL endian library

noinst_LTLIBRARIES = libendian.la

# Include the architecture-independent sources
COMMON_SRCS =			\
	SDL_endian.c

libendian_la_SOURCES = $(COMMON_SRCS)