Build plugins by default.

This commit is contained in:
Jan Vidar Krey 2011-08-16 15:10:33 +02:00
parent 998f5a57e2
commit e4aa565fab
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ endif
%.o: %.c version.h revision.h
$(MSG_CC) $(CC) -fPIC -c $(CFLAGS) -o $@ $<
all: $(uhub_BINARY)
all: $(uhub_BINARY) plugins
plugins: $(uhub_BINARY) $(all_plugins)