Changeset 5721:677b4d5d2dde in roaraudio for plugins


Ignore:
Timestamp:
11/01/12 02:04:01 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added new plugin protocol-http

Location:
plugins/universal
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/universal/Makefile

    r5579 r5721  
    22include ../../Makefile.inc 
    33 
    4 TARGETS_PROTO=protocol-echo$(SHARED_SUFFIX) protocol-daytime$(SHARED_SUFFIX) protocol-discard$(SHARED_SUFFIX) tic-tac-toe$(SHARED_SUFFIX) 
     4TARGETS_PROTO=protocol-echo$(SHARED_SUFFIX) protocol-daytime$(SHARED_SUFFIX) protocol-discard$(SHARED_SUFFIX) tic-tac-toe$(SHARED_SUFFIX) protocol-http$(SHARED_SUFFIX) 
    55TARGETS_MISC=plugin-info$(SHARED_SUFFIX) helloworld$(SHARED_SUFFIX) 
    66TARGETS=$(TARGETS_MISC) $(TARGETS_PROTO) 
Note: See TracChangeset for help on using the changeset viewer.