diff options
| author | louis <louis.braun@gmx.de> | 2014-05-09 16:53:56 +0200 |
|---|---|---|
| committer | louis <louis.braun@gmx.de> | 2014-05-09 16:53:56 +0200 |
| commit | 31f55fb489a65043849bdf48c7838773c05c71c8 (patch) | |
| tree | 9830df2ed329397feebc3cf1be5120ac814e70f7 /lib/Makefile | |
| parent | 5d7fb01f67025dba5fc9262862dce0d978bcb7ed (diff) | |
| download | vdr-plugin-scraper2vdr-31f55fb489a65043849bdf48c7838773c05c71c8.tar.gz vdr-plugin-scraper2vdr-31f55fb489a65043849bdf48c7838773c05c71c8.tar.bz2 | |
some more fixes
Diffstat (limited to 'lib/Makefile')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index a50f78e..26cca7b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -32,7 +32,7 @@ CFLAGS += -fPIC -Wreturn-type -Wall -Wno-parentheses -Wformat -pedantic -Wunused CFLAGS += $(shell mysql_config --include) -DEFINES = -DPLGDIR='"."' -DUSEUUID -DUSEMD5 +DEFINES = -DPLGDIR='"."' -DUSEUUID -DUSEMD5 -USELIBXML all: lib $(TEST) $(DEMO) lib: $(LIBTARGET).a |
