diff options
author | Roy Marples <roy@marples.name> | 2007-04-08 16:03:48 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-04-08 16:03:48 +0000 |
commit | 6e2ef07dd32af0a672266401bad550a072ff0443 (patch) | |
tree | 932a36f32dcf6826d74527ac54168dbba2a049cc /src/Makefile | |
parent | a66136655e918ae02ccf2561dc62d4884ff39f5a (diff) |
LIBDIR -> LIB. When interuppted, ensure service state is restored correctly. When stopping, don't uncoldplug too early.
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 3104626f..4dd0e901 100644 --- a/src/Makefile +++ b/src/Makefile @@ -77,7 +77,7 @@ endif # We also define _BSD_SOURCE so both Linux and the BSDs get a few # handy functions which makes our lives a lot easier -override CFLAGS += -DLIBDIR=\"$(LIB)\" +override CFLAGS += -DLIB=\"$(LIB)\" # IMPORTANT!!! # Remove this when releasing as it's a security risk |