diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-02-21 05:10:18 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2010-02-21 05:10:18 +0000 |
commit | 8f9b46c2bf66b32879c0b2c9e2d282c31f13e932 (patch) | |
tree | 3fc449fd55ffc2c64a7025bd16cb174c46020aa5 /Makefile | |
parent | d1e2405bce8c4164d33e9e825d4c10a6dd329cf0 (diff) |
fixed version and added forgotten header
svn path=/trunk/externals/smlib/; revision=13185
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ PDOBJECTS = # if you want to include any other files in the source and binary tarballs, # list them here. This can be anything from header files, READMEs, example # patches, documentation, etc. -EXTRA_DIST = README.txt SMLib.c SMLib-help.pd SMLib.dsp SMLib.dsw SMLib.opt SMLib.plg +EXTRA_DIST = README.txt SMLib.c SMLib-help.pd SMLib.dsp SMLib.dsw SMLib.opt SMLib.plg defines.h #------------------------------------------------------------------------------# |