aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-02-12 10:03:21 +0000
committerludwig <ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea>2008-02-12 10:03:21 +0000
commit076d997a8181c536a593075367602b0676ddcefd (patch)
tree8014faec6a605e8f700a9723e8c96750d2963ba4 /Makefile
parent7c92065644ee1df00c8b0f678eac2004bd3b3f71 (diff)
downloadioquake3-aero-076d997a8181c536a593075367602b0676ddcefd.tar.gz
ioquake3-aero-076d997a8181c536a593075367602b0676ddcefd.zip
move png support to separate file
git-svn-id: svn://svn.icculus.org/quake3/trunk@1253 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 192d987..e42a14e 100644
--- a/Makefile
+++ b/Makefile
@@ -1174,6 +1174,7 @@ Q3OBJ = \
$(B)/client/tr_flares.o \
$(B)/client/tr_font.o \
$(B)/client/tr_image.o \
+ $(B)/client/tr_image_png.o \
$(B)/client/tr_init.o \
$(B)/client/tr_light.o \
$(B)/client/tr_main.o \