From 918d6bccfb5f54f9e7ae3b63a9771ed6fff70426 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 14 May 2012 23:36:35 +0200 Subject: fixed installing catalog files into Glade-3 module dir or fallback dir for various obscure technical reasons, it turned out to be necessary to define the catalog directory in the autoconf file * also use the AM_COND_IF macro whereever possible --- lib/gtk-experiment-widgets/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/gtk-experiment-widgets') diff --git a/lib/gtk-experiment-widgets/Makefile.am b/lib/gtk-experiment-widgets/Makefile.am index 025df6b..5074c56 100644 --- a/lib/gtk-experiment-widgets/Makefile.am +++ b/lib/gtk-experiment-widgets/Makefile.am @@ -21,8 +21,7 @@ libgtk_experiment_widgets_la_LIBADD += @top_srcdir@/lib/experiment-reader/libexp include_HEADERS = gtk-experiment-navigator.h -glade3_catalogsdir ?= $(player_datadir)/catalogs -dist_glade3_catalogs_DATA = gtk-experiment-widgets-catalog.xml +dist_gtk_experiment_widgets_catalogs_DATA = gtk-experiment-widgets-catalog.xml dist_noinst_DATA = cclosure-marshallers.list CLEANFILES = $(BUILT_SOURCES) -- cgit v1.2.3