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@