X-Git-Url: https://git.armaanb.net/?p=stagit.git;a=blobdiff_plain;f=Makefile;h=15dcd8697dc9b2d411e36b08e0422979b64019ca;hp=50461fd7ca12e07be5fbc6ed6f2e2df944f9a7ca;hb=bf62b511ebf4be03e07a0f2aa4d01bf0289ca8b0;hpb=52d61234ee86fe1d085fd939f3cf4e944e514332 diff --git a/Makefile b/Makefile index 50461fd..15dcd86 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ DOCPREFIX = ${PREFIX}/share/doc/${NAME} SHAREPREFIX = ${PREFIX}/share/${NAME} LIBGIT_INC = -I/usr/local/include -LIBGIT_LIB = -L/usr/local/lib -lgit2 +LIBGIT_LIB = -L/usr/local/lib -lgit2 -lcmark-gfm # use system flags. STAGIT_CFLAGS = ${LIBGIT_INC} ${CFLAGS}