diff options
Diffstat (limited to 'plugin/Makefile')
| -rw-r--r-- | plugin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
