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-vlc-player/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/gtk-vlc-player') diff --git a/lib/gtk-vlc-player/Makefile.am b/lib/gtk-vlc-player/Makefile.am index 831257b..6dd424b 100644 --- a/lib/gtk-vlc-player/Makefile.am +++ b/lib/gtk-vlc-player/Makefile.am @@ -1,7 +1,5 @@ AM_CFLAGS = -Wall -vlcplayer_datadir = @datarootdir@/gtk-vlc-player - BUILT_SOURCES = cclosure-marshallers.c cclosure-marshallers.h lib_LTLIBRARIES = libgtk-vlc-player.la @@ -16,8 +14,7 @@ libgtk_vlc_player_la_LDFLAGS = -no-undefined -shared -bindir @bindir@ \ include_HEADERS = gtk-vlc-player.h -glade3_catalogsdir ?= $(vlcplayer_datadir)/catalogs -dist_glade3_catalogs_DATA = gtk-vlc-player-catalog.xml +dist_gtk_vlc_player_catalogs_DATA = gtk-vlc-player-catalog.xml dist_noinst_DATA = cclosure-marshallers.list CLEANFILES = $(BUILT_SOURCES) -- cgit v1.2.3