diff options
author | Stefano Karapetsas <[email protected]> | 2013-06-30 22:09:14 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-06-30 22:09:14 +0200 |
commit | 227eba6c0e82864c5fab857653cc2af6bbe20251 (patch) | |
tree | 5bd14189c6d367bbe5f45e5d1879adabed4af36e /libmate-panel-applet | |
parent | 7392995dc8ff15c9e91c60009d5f51ee978843d9 (diff) | |
download | mate-panel-227eba6c0e82864c5fab857653cc2af6bbe20251.tar.bz2 mate-panel-227eba6c0e82864c5fab857653cc2af6bbe20251.tar.xz |
Fixes for make dist
Diffstat (limited to 'libmate-panel-applet')
-rw-r--r-- | libmate-panel-applet/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libmate-panel-applet/Makefile.am b/libmate-panel-applet/Makefile.am index f3ab4dfc..626e4eec 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 = $(INTROSPECTION_GIRDIR) +girdir = $(datadir)/gir-1.0/ gir_DATA = $(INTROSPECTION_GIRS) -typelibdir = $(INTROSPECTION_TYPELIBDIR) +typelibdir = ${libdir}/girepository-1.0 typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) CLEANFILES += $(gir_DATA) $(typelib_DATA) |