diff options
| author | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-07-27 00:47:42 +0000 |
|---|---|---|
| committer | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-07-27 00:47:42 +0000 |
| commit | cc67772793751d5329739ede3da01995a743bca1 (patch) | |
| tree | 7178c093ee562e4ab50a2f8490b67d9ccec87e28 /Makefile | |
| parent | ea5503c121b54a050649a992e42a38381a38ff59 (diff) | |
| download | vdr-plugin-menuorg-cc67772793751d5329739ede3da01995a743bca1.tar.gz vdr-plugin-menuorg-cc67772793751d5329739ede3da01995a743bca1.tar.bz2 | |
some fixed.. but some bugs left - need to fix befor compile
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5647 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ VERSION = $(shell grep 'static const char VERSION\[\] =' src/version.h | \ ### The C++ compiler and options: CXX ?= g++ -CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual +CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual `pkg-config libxml++-2.6 --cflags --libs` ### The directory environment: |
