forked from ariadne/pkgconf
pkgconf 0.1.1.
parent
c54b850db7
commit
95298b4c72
2
Makefile
2
Makefile
|
@ -6,6 +6,6 @@ include buildsys.mk
|
|||
LIBS = -lpopt
|
||||
|
||||
install-extra:
|
||||
${LN} ${bindir}/pkgconf ${DESTDIR}/${bindir}/pkg-config
|
||||
${LN_S} -f ${bindir}/pkgconf ${DESTDIR}/${bindir}/pkg-config
|
||||
|
||||
include .deps
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
AC_PREREQ([2.68])
|
||||
AC_INIT([pkgconf], [0.1], [http://jira.atheme.org/])
|
||||
AC_INIT([pkgconf], [0.1.1], [http://jira.atheme.org/])
|
||||
AC_CONFIG_SRCDIR([pkg.c])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
|
Loading…
Reference in New Issue