Moved Magic tool API version definition to a shared Makefile.

This commit is contained in:
William Kendrick 2007-07-08 08:02:55 +00:00
parent 202c638536
commit f1dac48175
4 changed files with 8 additions and 4 deletions

View file

@ -5,6 +5,8 @@
# 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) \