diff options
| author | Jochen Dolze <vdr@dolze.de> | 2010-04-08 17:00:31 +0200 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2010-04-08 17:00:31 +0200 |
| commit | 0bb11d711bb02bad0cf4a8694522dff766aa1c54 (patch) | |
| tree | 798e07e274d453b6faab28e7f12dd059797192c2 /plugin/Makefile | |
| parent | a1f19e122cca43e5c07079e99e3544301cf3a1c8 (diff) | |
| download | vdr-plugin-markad-0bb11d711bb02bad0cf4a8694522dff766aa1c54.tar.gz vdr-plugin-markad-0bb11d711bb02bad0cf4a8694522dff766aa1c54.tar.bz2 | |
Added plugin setup, plugin main menu
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: |
