diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-07 04:12:26 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-07-07 04:12:26 +0000 |
commit | 23a07878b38fd310185a14b8d8b06f9adcad7c3e (patch) | |
tree | ac82aaa229fd3d6f08e005343fa164b5929116eb /abstractions/Makefile | |
parent | c901bd3e5672b4c8494beb6b337474b850883549 (diff) |
added libdir meta file to purepd so it'll load as a lib
svn path=/trunk/; revision=5361
Diffstat (limited to 'abstractions/Makefile')
-rw-r--r-- | abstractions/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/abstractions/Makefile b/abstractions/Makefile index 48e45e68..af32e0ec 100644 --- a/abstractions/Makefile +++ b/abstractions/Makefile @@ -262,6 +262,9 @@ pixeltango_clean: PUREPD_NAME = purepd
purepd_install:
install -d $(objectsdir)/$(PUREPD_NAME)
+ $(scripts_src)/generate-libdir-metafile.sh $(objectsdir) $(PUREPD_NAME) \
+ --license "GNU GPL" \
+ --description "existing objects reimplemented in Pd"
install -p $(abstractions_src)/purepd/*.pd \
$(objectsdir)/$(PUREPD_NAME)
# temp hack, to make these available to anything until they get settled into a
|