diff options
| author | Stefano Karapetsas <[email protected]> | 2013-07-12 20:59:54 +0200 | 
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2013-07-12 20:59:54 +0200 | 
| commit | 95aab3454879d73a8ad049c17d566629374b30bc (patch) | |
| tree | de663427751e0f7a1aa6c8d94064f0850f8bee9e | |
| parent | 9ea430b502a09bfd91cc894fd6752576a355263a (diff) | |
| download | mate-panel-1.6.1.tar.bz2 mate-panel-1.6.1.tar.xz | |
Fix introspection in makefilesmate-panel-1.6.1
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | libmate-panel-applet/Makefile.am | 4 | 
2 files changed, 3 insertions, 3 deletions
| diff --git a/Makefile.am b/Makefile.am index 11eba584..aeb373fb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,7 +11,7 @@ SUBDIRS =			\  ACLOCAL_AMFLAGS = -I m4 -DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-introspection --disable-scrollkeeper +DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --disable-introspection --disable-scrollkeeper  EXTRA_DIST = \  	COPYING-DOCS		\ diff --git a/libmate-panel-applet/Makefile.am b/libmate-panel-applet/Makefile.am index 626e4eec..f3ab4dfc 100644 --- a/libmate-panel-applet/Makefile.am +++ b/libmate-panel-applet/Makefile.am @@ -126,10 +126,10 @@ MatePanelApplet_4_0_gir_FILES = $(addprefix $(srcdir)/,$(introspection_sources))  MatePanelApplet_4_0_gir_SCANNERFLAGS = --strip-prefix=MatePanel --pkg-export=libmatepanelapplet-4.0  INTROSPECTION_GIRS += MatePanelApplet-4.0.gir -girdir = $(datadir)/gir-1.0/ +girdir = $(INTROSPECTION_GIRDIR)  gir_DATA = $(INTROSPECTION_GIRS) -typelibdir = ${libdir}/girepository-1.0 +typelibdir = $(INTROSPECTION_TYPELIBDIR)  typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)  CLEANFILES += $(gir_DATA) $(typelib_DATA) | 
