Visual Studio Builds: "Install" gdbus-codegen
[platform/upstream/glib.git] / Makefile.am
index 55be9d2..b2555ad 100644 (file)
@@ -16,6 +16,10 @@ endif
 
 bin_SCRIPTS = glib-gettextize
 
+if OS_LINUX
+TESTS = check-abis.sh
+endif
+
 AM_CPPFLAGS =                                  \
        -DG_LOG_DOMAIN=g_log_domain_glib        \
        @GLIB_DEBUG_FLAGS@                      \
@@ -46,7 +50,6 @@ EXTRA_DIST +=                         \
        HACKING                 \
        autogen.sh              \
        Makefile.decl           \
-       mkinstalldirs           \
        makefile.msc            \
        msvc_recommended_pragmas.h \
        config.h.win32.in       \
@@ -59,7 +62,8 @@ EXTRA_DIST +=                         \
        gthread-2.0.pc.in       \
        gio-2.0.pc.in           \
        gio-unix-2.0.pc.in      \
-       gio-windows-2.0.pc.in
+       gio-windows-2.0.pc.in   \
+       check-abis.sh
 
 
 # These may be in the builddir too
@@ -98,10 +102,6 @@ endif
 
 $(pkgconfig_DATA): config.status
 
-# install mkinstalldirs for glib-gettextize's benefit
-gettextdir = $(datadir)/glib-2.0/gettext
-gettext_SCRIPTS = mkinstalldirs
-
 # build documentation when doing distcheck
 DISTCHECK_CONFIGURE_FLAGS = --enable-debug --enable-gtk-doc --enable-man --disable-maintainer-mode