updated $(LIBINTL_LIBS) atkrelationtype.h to atk_headers, PKG_VER
authorHans Breuer <hans@breuer.org>
Sat, 9 Apr 2005 11:44:40 +0000 (11:44 +0000)
committerHans Breuer <hans@src.gnome.org>
Sat, 9 Apr 2005 11:44:40 +0000 (11:44 +0000)
2005-04-09  Hans Breuer  <hans@breuer.org>

* atk/makefile.msc : updated $(LIBINTL_LIBS)
atkrelationtype.h to atk_headers, PKG_VER

ChangeLog
atk/makefile.msc

index 3da2e60..5320dc4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-09  Hans Breuer  <hans@breuer.org>
+
+       * atk/makefile.msc : updated $(LIBINTL_LIBS)
+       atkrelationtype.h to atk_headers, PKG_VER
+
 2005-04-05  Bill Haneman <bill.haneman@sun.com>
 
        * atk/atkstate.h: Added ATK_STATE_REQUIRED, to
index fe2ded2..49d4514 100644 (file)
@@ -10,7 +10,7 @@ PACKAGE = atk
 PERL = perl
 !ENDIF
 
-PKG_VER = 0.8
+PKG_VER = 1.0
 
 top_srcdir = $(PRJ_TOP)
 top_builddir = $(PRJ_TOP)
@@ -20,7 +20,7 @@ LT_RELEASE = $(PKG_VER)
 INCLUDES = -FImsvc_recommended_pragmas.h \
        -I. -I$(top_srcdir) $(GLIB_CFLAGS) $(PANGO_CFLAGS)
 
-PKG_LINK = $(GLIB_LIBS) $(PANGO_LIBS)
+PKG_LINK = $(GLIB_LIBS) $(INTL_LIBS) $(PANGO_LIBS)
 
 MAINTAINERCLEANFILES = \
        atkmarshal.c
@@ -71,6 +71,7 @@ atk_headers = \
        atkregistry.h \
        atkrelation.h \
        atkrelationset.h \
+       atkrelationtype.h \
        atkselection.h \
        atkstate.h \
        atkstateset.h \