~caglow/ci/trunk

« back to all changes in this revision

Viewing changes to libs/draw/Makefile

  • Committer: Caglow
  • Date: 2010-07-07 20:14:25 UTC
  • Revision ID: svn-v4:31e3fcef-1472-0410-85f0-a590c57410d1:trunk:22
Fixed some demos. Added new spec file. Removed unneeded resource files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
install: $(BIN)
41
41
        @echo Installing to: $(LOCAL)/lib/i...
42
42
        @echo -------------------------------------------------------------------
43
 
        $(MKDIR) $(LOCAL)/lib
 
43
        $(MKDIR) $(LOCAL)/lib/i
44
44
        cd $(BINDIR) && $(INSTALL) $(LIB) $(LOCAL)/lib/i
45
45
        @echo -------------------------------------------------------------------
46
46
        @echo Installed successfully.