From 3e0cad19e6dfe8df7783655fa39e30a2d46b5095 Mon Sep 17 00:00:00 2001 From: Vladimir Nadvornik Date: Mon, 27 Apr 2009 20:19:21 +0000 Subject: [PATCH] "make dist" fixes --- plugins/Makefile.am | 2 ++ plugins/symlink/Makefile.am | 3 ++- src/Makefile.am | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 279898c3..7eae3efb 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -2,3 +2,5 @@ SUBDIRS = symlink qq_desktoptemplatedir = $(pkgdatadir) qq_desktoptemplate_DATA = template.desktop +EXTRA_DIST = \ + $(qq_desktoptemplate_DATA) diff --git a/plugins/symlink/Makefile.am b/plugins/symlink/Makefile.am index 952f425b..4c5c0c04 100644 --- a/plugins/symlink/Makefile.am +++ b/plugins/symlink/Makefile.am @@ -3,4 +3,5 @@ dist_bin_SCRIPTS = geeqie-symlink qq_desktopdir = $(pkgdatadir)/applications qq_desktop_DATA = symlink.desktop - +EXTRA_DIST = \ + $(qq_desktop_DATA) diff --git a/src/Makefile.am b/src/Makefile.am index 773f43c6..755b8983 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,6 +18,7 @@ AM_CXXFLAGS = \ module_SLIK = \ intl.h \ + gettext.h \ ui_bookmark.c \ ui_bookmark.h \ ui_fileops.c \ -- 2.20.1