From 0bb11d711bb02bad0cf4a8694522dff766aa1c54 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Thu, 8 Apr 2010 17:00:31 +0200 Subject: Added plugin setup, plugin main menu --- plugin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugin/Makefile') diff --git a/plugin/Makefile b/plugin/Makefile index 9f721a4..82cf02c 100644 --- a/plugin/Makefile +++ b/plugin/Makefile @@ -17,7 +17,7 @@ VERSION = $(shell grep 'static const char \*VERSION *=' ../version.h | awk '{ pr ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -fPIC -g -O2 -Wall -Wextra -Woverloaded-virtual -Wno-parentheses +CXXFLAGS ?= -fPIC -g -O2 -pedantic -Wall -Wextra -Woverloaded-virtual -Wno-parentheses ### The directory environment: @@ -48,7 +48,7 @@ DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE ### The object files (add further files here): -OBJS = $(PLUGIN).o status.o +OBJS = $(PLUGIN).o status.o menu.o setup.o ### The main target: -- cgit v1.2.3