summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-07 22:13:36 -0300
committerPerberos <[email protected]>2011-11-07 22:13:36 -0300
commite27c2373016af63918fb7ae540a26346513f4a98 (patch)
treed252ec8c66d20760ddc15c7b107196d513020bf7 /data
parentc7e1c2017b54f82463101d3680e23cb6090c3467 (diff)
downloadpluma-e27c2373016af63918fb7ae540a26346513f4a98.tar.bz2
pluma-e27c2373016af63918fb7ae540a26346513f4a98.tar.xz
removing version tag from library
Diffstat (limited to 'data')
-rwxr-xr-xdata/Makefile.am6
-rwxr-xr-xdata/pluma.pc.in2
2 files changed, 4 insertions, 4 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index da8ec7d9..013e5aed 100755
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -11,10 +11,10 @@ schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
man_MANS = pluma.1
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = pluma-@[email protected]
+pkgconfig_DATA = pluma.pc
-pluma-@[email protected]: pluma.pc
- cp pluma.pc pluma-@[email protected]
+pluma.pc: pluma.pc
+ cp pluma.pc pluma.pc
bugreportdir = $(libexecdir)/pluma
bugreport_SCRIPTS = pluma-bugreport.sh
diff --git a/data/pluma.pc.in b/data/pluma.pc.in
index ca673245..de88a42e 100755
--- a/data/pluma.pc.in
+++ b/data/pluma.pc.in
@@ -7,5 +7,5 @@ Name: pluma
Description: pluma
Requires: gtksourceview-2.0
Version: @VERSION@
-Cflags: -I${includedir}/pluma-@PLUMA_API_VERSION@
+Cflags: -I${includedir}/pluma
Libs: -L${libdir} @PLUMA_IMPLIB@