Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
New build system
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon MacMullen committed Apr 14, 2011
1 parent 28365ee commit 814dbd4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,5 @@
*~ *~
ebin/*.beam ebin/*.beam
ebin/*.app build
build/deps
dist dist
*.pyc *.pyc
7 changes: 1 addition & 6 deletions Makefile
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1 @@
PACKAGE=rabbitmq-auth-backend-http include ../umbrella.mk
APPNAME=rabbit_auth_backend_http
DEPS=rabbitmq-server rabbitmq-erlang-client

include ../include.mk

Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
%% -*- erlang -*- %% -*- erlang -*-
{application, rabbit_auth_backend_http, {application, rabbitmq_auth_backend_http,
[{description, "RabbitMQ HTTP Authentication Backend"}, [{description, "RabbitMQ HTTP Authentication Backend"},
{vsn, "%%VSN%%"}, {vsn, "%%VSN%%"},
{modules, [rabbit_auth_backend_http_app]}, {modules, [rabbit_auth_backend_http_app]},
Expand Down
1 change: 1 addition & 0 deletions package.mk
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1 @@
DEPS:=rabbitmq-server rabbitmq-erlang-client

0 comments on commit 814dbd4

Please sign in to comment.