Created a '.in' file for tp_magic_api.h header; generating in TP

Makefile. THIS makes the most sense. (I'm tired.)
This commit is contained in:
William Kendrick 2007-07-08 08:24:13 +00:00
parent f1dac48175
commit f61128527d
4 changed files with 15 additions and 11 deletions

View file

@ -5,14 +5,12 @@
# part of Tux Paint base, so "install-plugin-dev" probably hasn't
# been run yet; hence "-I../src/" to find 'tp_magic_api.h')
include Makefile-apiversion
SO_TYPE=so
TP_MAGIC_CFLAGS=$(shell sdl-config --cflags) \
-I../src/ \
$(shell tp-magic-config --cflags)
CFLAGS=-g -Wall $(TP_MAGIC_CFLAGS) -DMAGICAPI_VERSION=$(MAGIC_API_VERSION)
CFLAGS=-g -Wall $(TP_MAGIC_CFLAGS)