[smuxi] Build: fixed Engine-MessageBuffer
- From: Mirco M. M. Bauer <mmmbauer src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [smuxi] Build: fixed Engine-MessageBuffer
- Date: Fri, 7 Mar 2014 07:26:33 +0000 (UTC)
commit cc0537081741d1671ad61fd04b54aff297d766aa
Author: Mirco Bauer <meebey meebey net>
Date: Fri Mar 7 08:24:56 2014 +0100
Build: fixed Engine-MessageBuffer
src/Engine-MessageBuffer/Makefile.am | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/Engine-MessageBuffer/Makefile.am b/src/Engine-MessageBuffer/Makefile.am
index 7aaae85..e8355bd 100644
--- a/src/Engine-MessageBuffer/Makefile.am
+++ b/src/Engine-MessageBuffer/Makefile.am
@@ -1,6 +1,3 @@
-EXTRA_DIST = $(man_MANS)
-man_MANS = smuxi-message-buffer.1
-
TARGET_DIR = $(top_builddir)/bin/$(PROFILE)
ASSEMBLY_NAME = smuxi-message-buffer
ASSEMBLY_FILENAME = $(ASSEMBLY_NAME).exe
@@ -25,10 +22,11 @@ DLL_REFERENCES = \
SOURCES_BUILD = $(addprefix $(srcdir)/, $(SOURCES))
# automake magic variables
-EXTRA_DIST = $(SOURCES_BUILD)
+EXTRA_DIST = $(SOURCES_BUILD) $(man_MANS)
CLEANFILES = $(ASSEMBLY_TARGET) $(ASSEMBLY_TARGET).mdb
pkgapp_DATA = $(ASSEMBLY_TARGET) $(ASSEMBLY_TARGET).mdb
+man_MANS = smuxi-message-buffer.1
include $(top_srcdir)/Makefile.include
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]