| … | |
… | |
| 75 | LDLIBS_SSD = -lpam |
75 | LDLIBS_SSD = -lpam |
| 76 | endif |
76 | endif |
| 77 | |
77 | |
| 78 | # We also define _BSD_SOURCE so both Linux and the BSDs get a few |
78 | # We also define _BSD_SOURCE so both Linux and the BSDs get a few |
| 79 | # handy functions which makes our lives a lot easier |
79 | # handy functions which makes our lives a lot easier |
| 80 | override CFLAGS += -DLIBDIR=\"$(LIB)\" |
80 | override CFLAGS += -DLIB=\"$(LIB)\" |
| 81 | |
81 | |
| 82 | # IMPORTANT!!! |
82 | # IMPORTANT!!! |
| 83 | # Remove this when releasing as it's a security risk |
83 | # Remove this when releasing as it's a security risk |
| 84 | # However, this does save us using libtool when we're testing |
84 | # However, this does save us using libtool when we're testing |
| 85 | # NOTE: The toplevel Makefile for baselayout will automatically |
85 | # NOTE: The toplevel Makefile for baselayout will automatically |