fixed pc file
This commit is contained in:
@@ -296,14 +296,14 @@ fi
|
|||||||
to --condition AX_USE_LIBTOOL src/${PACKAGE_NAME}.pc.in <<EOF
|
to --condition AX_USE_LIBTOOL src/${PACKAGE_NAME}.pc.in <<EOF
|
||||||
${HEADER}prefix=@prefix@
|
${HEADER}prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=${exec_prefix}/lib
|
libdir=\${exec_prefix}/lib
|
||||||
includedir=${prefix}/include
|
includedir=\${prefix}/include
|
||||||
|
|
||||||
Name: @PACKAGE_NAME@
|
Name: @PACKAGE_NAME@
|
||||||
Description: @DESCRIPTION@
|
Description: @DESCRIPTION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -l@PACKAGE_NAME@ @LDFLAGS@
|
Libs: -L\${libdir} -l@PACKAGE_NAME@ @LDFLAGS@
|
||||||
Cflags: -I${includedir} @CPPFLAGS@
|
Cflags: -I\${includedir} @CPPFLAGS@
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
#### Cleanup If Makefile Exists ####
|
#### Cleanup If Makefile Exists ####
|
||||||
|
@@ -24,9 +24,6 @@ libproxyface_la_RCCFILES = proxyface/qrc_resources.cxx
|
|||||||
BUILT_SOURCES = ${libproxyface_la_UIFILES} \
|
BUILT_SOURCES = ${libproxyface_la_UIFILES} \
|
||||||
${libproxyface_la_MOCFILES} \
|
${libproxyface_la_MOCFILES} \
|
||||||
${libproxyface_la_RCCFILES}
|
${libproxyface_la_RCCFILES}
|
||||||
# EXTRA_DIST = ${libproxyface_la_UIFILES:proxyface/ui_%.hxx=proxyface/%.ui} \
|
|
||||||
# ${libproxyface_la_MOCFILES:proxyface/rcc_%.cxx=proxyface/%.hxx} \
|
|
||||||
# ${libproxyface_la_RCCFILES:proxyface/rcc_%.cxx=proxyface/%.rcc}
|
|
||||||
endif
|
endif
|
||||||
libproxyface_la_SOURCES = version.cxx ${libproxyface_la_RCCFILES} \
|
libproxyface_la_SOURCES = version.cxx ${libproxyface_la_RCCFILES} \
|
||||||
${libproxyface_la_MOCFILES}
|
${libproxyface_la_MOCFILES}
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
## @id $Id$
|
## @id $Id$
|
||||||
#
|
#
|
||||||
# This file has been added by bootstrap.sh on Sun, 15 Mar 2015 09:18:56 +0100
|
# This file has been added by bootstrap.sh on Sun, 15 Mar 2015 16:54:22 +0100
|
||||||
# Feel free to change it or even remove and rebuild it, up to your needs
|
# Feel free to change it or even remove and rebuild it, up to your needs
|
||||||
#
|
#
|
||||||
## 1 2 3 4 5 6 7 8
|
## 1 2 3 4 5 6 7 8
|
||||||
@@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
prefix=@prefix@
|
prefix=@prefix@
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=/lib
|
libdir=${exec_prefix}/lib
|
||||||
includedir=/include
|
includedir=${prefix}/include
|
||||||
|
|
||||||
Name: @PACKAGE_NAME@
|
Name: @PACKAGE_NAME@
|
||||||
Description: @DESCRIPTION@
|
Description: @DESCRIPTION@
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L -l@PACKAGE_NAME@ @LDFLAGS@
|
Libs: -L${libdir} -l@PACKAGE_NAME@ @LDFLAGS@
|
||||||
Cflags: -I @CPPFLAGS@
|
Cflags: -I${includedir} @CPPFLAGS@
|
||||||
|
Reference in New Issue
Block a user