forked from ariadne/pkgconf
Add LIBDIR and INCLUDEDIR defines.
parent
1a81d1c7cc
commit
3c380f9b63
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ SRCS = main.c parse.c pkg.c bsdstubs.c getopt_long.c argvsplit.c
|
|||
|
||||
include buildsys.mk
|
||||
|
||||
CFLAGS += -DPKG_DEFAULT_PATH=\"${libdir}/pkgconfig\" -Wall -Wextra -Wformat=2 -std=gnu99 -D_FORTIFY_SOURCE=2
|
||||
CFLAGS += -DLIBDIR=\"${libdir}\" -DINCLUDEDIR=\"${includedir}\" -DPKG_DEFAULT_PATH=\"${libdir}/pkgconfig\" -Wall -Wextra -Wformat=2 -std=gnu99 -D_FORTIFY_SOURCE=2
|
||||
|
||||
install-extra:
|
||||
mkdir -p $(DESTDIR)/$(datarootdir)/aclocal
|
||||
|
|
Loading…
Reference in New Issue