diff options
author | N.N. <sevyves@users.sourceforge.net> | 2003-09-25 23:33:27 +0000 |
---|---|---|
committer | N.N. <sevyves@users.sourceforge.net> | 2003-09-25 23:33:27 +0000 |
commit | 53367222dcf37a53400043dd79bbdd0c59dfa0a9 (patch) | |
tree | accd8244f6c38861eb6513ebb528bd8186240569 /modules/Makefile | |
parent | 614552ab1320a77d07a71d28cbbf43b51b33234d (diff) |
Added pdp_canvas.o
svn path=/trunk/externals/pidip/; revision=1038
Diffstat (limited to 'modules/Makefile')
-rw-r--r-- | modules/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/Makefile b/modules/Makefile index 842c154..bd25729 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -13,6 +13,7 @@ OBJECTS = pdp_intrusion.o pdp_yqt.o pdp_simura.o pdp_underwatch.o \ pdp_compose.o pdp_cmap.o pdp_aa.o pdp_ascii.o \ pdp_ffmpeg~.o pdp_live~.o pdp_segsnd~.o pdp_noquark.o \ pdp_juxta.o pdp_capture.o pdp_smuck.o pdp_lumafilt.o \ - pdp_transition.o pdp_imgloader.o pdp_imgsaver.o pdp_cache.o + pdp_transition.o pdp_imgloader.o pdp_imgsaver.o pdp_cache.o \ + pdp_canvas.o all_modules: $(OBJECTS) |