|
Lines 53-59
PYCOMPILE = $(top_srcdir)/autoconf/py-compile
Link Here
|
| 53 |
|
53 |
|
| 54 |
LIBS = @LIBS@ |
54 |
LIBS = @LIBS@ |
| 55 |
# Extra libraries always linked with static binaries |
55 |
# Extra libraries always linked with static binaries |
| 56 |
STATIC_LIBS = $(SELINUX_STATIC_LIBS) $(UDEV_STATIC_LIBS) $(BLKID_STATIC_LIBS) |
56 |
STATIC_LIBS = $(SELINUX_STATIC_LIBS) $(UDEV_STATIC_LIBS) $(BLKID_STATIC_LIBS) $(M_LIBS) |
| 57 |
DEFS += @DEFS@ |
57 |
DEFS += @DEFS@ |
| 58 |
# FIXME set this only where it's needed, not globally? |
58 |
# FIXME set this only where it's needed, not globally? |
| 59 |
CFLAGS ?= @COPTIMISE_FLAG@ @CFLAGS@ |
59 |
CFLAGS ?= @COPTIMISE_FLAG@ @CFLAGS@ |