From 5a5da15744d9253b706e66ffa1bf3981c1aeb1e7 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Fri, 25 Apr 2003 20:39:46 +0000 Subject: [PATCH] 2003-04-25 Charles Iliya Krempeaux * gtk-sharp.pc.in, parser/gapi.pc.in : Both of these files were checked in as empty files, before. Checked them in, this time, with something in them. svn path=/trunk/gtk-sharp/; revision=14005 --- ChangeLog | 5 +++++ gtk-sharp.pc.in | 6 ++++++ parser/gapi.pc.in | 6 ++++++ 3 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index a31df7016..98b956379 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-04-25 Charles Iliya Krempeaux + * gtk-sharp.pc.in, parser/gapi.pc.in : Both of these + files were checked in as empty files, before. Checked + them in, this time, with something in them. + 2003-04-16 Charles Iliya Krempeaux * gdk/EventKey.custom : Created it so that there diff --git a/gtk-sharp.pc.in b/gtk-sharp.pc.in index e69de29bb..0a9554ee6 100644 --- a/gtk-sharp.pc.in +++ b/gtk-sharp.pc.in @@ -0,0 +1,6 @@ +prefix=@prefix@ + + +Name: Gtk# +Description: Gtk# - GNOME .NET Binding +Version: @VERSION@ diff --git a/parser/gapi.pc.in b/parser/gapi.pc.in index e69de29bb..16b2079b3 100644 --- a/parser/gapi.pc.in +++ b/parser/gapi.pc.in @@ -0,0 +1,6 @@ +prefix=@prefix@ + + +Name: GAPI +Description: GObject .NET API Wrapping Tool +Version: @VERSION@