summaryrefslogtreecommitdiff
path: root/atk/makefile.msc
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2005-04-09 11:44:40 +0000
committerHans Breuer <hans@src.gnome.org>2005-04-09 11:44:40 +0000
commit0f8cfc90f721864d9d99c72842037ce7126fcb27 (patch)
treecd139594c1d6e1f755340cb5f5ebe277e0d347ed /atk/makefile.msc
parent87781d827d4790bb6106dfc5f848ca0c47aa48bc (diff)
downloadatk-0f8cfc90f721864d9d99c72842037ce7126fcb27.tar.gz
updated $(LIBINTL_LIBS) atkrelationtype.h to atk_headers, PKG_VER
2005-04-09 Hans Breuer <hans@breuer.org> * atk/makefile.msc : updated $(LIBINTL_LIBS) atkrelationtype.h to atk_headers, PKG_VER
Diffstat (limited to 'atk/makefile.msc')
-rw-r--r--atk/makefile.msc5
1 files changed, 3 insertions, 2 deletions
diff --git a/atk/makefile.msc b/atk/makefile.msc
index fe2ded2..49d4514 100644
--- a/atk/makefile.msc
+++ b/atk/makefile.msc
@@ -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 \