fixed pc file
This commit is contained in:
@@ -24,9 +24,6 @@ libproxyface_la_RCCFILES = proxyface/qrc_resources.cxx
|
||||
BUILT_SOURCES = ${libproxyface_la_UIFILES} \
|
||||
${libproxyface_la_MOCFILES} \
|
||||
${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
|
||||
libproxyface_la_SOURCES = version.cxx ${libproxyface_la_RCCFILES} \
|
||||
${libproxyface_la_MOCFILES}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
## @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
|
||||
#
|
||||
## 1 2 3 4 5 6 7 8
|
||||
@@ -8,11 +8,11 @@
|
||||
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=/lib
|
||||
includedir=/include
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: @PACKAGE_NAME@
|
||||
Description: @DESCRIPTION@
|
||||
Version: @VERSION@
|
||||
Libs: -L -l@PACKAGE_NAME@ @LDFLAGS@
|
||||
Cflags: -I @CPPFLAGS@
|
||||
Libs: -L${libdir} -l@PACKAGE_NAME@ @LDFLAGS@
|
||||
Cflags: -I${includedir} @CPPFLAGS@
|
||||
|
Reference in New Issue
Block a user