summaryrefslogtreecommitdiff
path: root/data/gedit.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'data/gedit.pc.in')
-rwxr-xr-xdata/gedit.pc.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/data/gedit.pc.in b/data/gedit.pc.in
new file mode 100755
index 00000000..78a3f1e6
--- /dev/null
+++ b/data/gedit.pc.in
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+
+Name: gedit
+Description: gedit
+Requires: gtksourceview-2.0
+Version: @VERSION@
+Cflags: -I${includedir}/gedit-@GEDIT_API_VERSION@
+Libs: -L${libdir} @GEDIT_IMPLIB@