Skip to content

Commit

Permalink
Move contrib to modules/contrib.
Browse files Browse the repository at this point in the history
Add $(CONTRIB_ENABLE) makefile target.
  • Loading branch information
William Pitcock committed Aug 27, 2010
1 parent 4f38480 commit 94436e9
Show file tree
Hide file tree
Showing 59 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include ../extra.mk
include ../buildsys.mk

SUBDIRS = alis auth backend botserv chanserv crypto gameserv global groupserv helpserv hostserv infoserv memoserv misc nickserv operserv protocol saslserv xmlrpc
SUBDIRS = alis auth backend botserv chanserv crypto gameserv global groupserv helpserv hostserv infoserv memoserv misc nickserv operserv protocol saslserv xmlrpc $(ENABLE_CONTRIB)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions contrib/Makefile → modules/contrib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

MODULE = contrib

include ../extra.mk
include ../buildsys.mk
include ../buildsys.module.mk
include ../../extra.mk
include ../../buildsys.mk
include ../../buildsys.module.mk

SRCS = \
cs_kickdots.c \
Expand Down Expand Up @@ -46,5 +46,5 @@ SRCS = \
os_trace.c \
wumpus.c

CPPFLAGS += -I../include
CPPFLAGS += -I../../include
CFLAGS += ${PLUGIN_CFLAGS}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 94436e9

Please sign in to comment.