[gnote] * Fix make distcheck



commit 081ae39adeaec17268862c82e834e925d828d8cc
Author: Hubert Figuiere <hub figuiere net>
Date:   Tue Apr 28 18:06:54 2009 -0400

        * Fix make distcheck
---
 NEWS                            |    7 ++-----
 data/Makefile.am                |    4 +++-
 src/addins/bugzilla/Makefile.am |    2 ++
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/NEWS b/NEWS
index 12d283d..808c3ea 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,8 @@
-  * Applet support.
-
-Fixes
-  * Reference bugzilla component in server file (Closes #579198)
-
 0.3.0 -
 
 New features:
 
+  * Applet support (Closes #578979).
   * Print addon.
   * Insert Time Stamp addon.
   * Bugzilla addon.
@@ -21,6 +17,7 @@ Fixes:
     (Ritesh Khadgaray)
   * Missing accelerators in link context menu (Closes #580443)
     (Mário Machado)
+  * Reference bugzilla component in server file (Closes #579198)
 
 Translations: 
 
diff --git a/data/Makefile.am b/data/Makefile.am
index 9e6a9c6..9169b63 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -39,7 +39,7 @@ $(dbusservice_DATA): $(dbusservice_in_files) Makefile
 	    < $< > $@
 endif
 
-
+if HAVE_PANELAPPLETMM
 serverdir       = $(PANELAPPLET_SERVER_DIR)
 server_in_files = GNOME_GnoteApplet.server.in
 server_DATA     = $(server_in_files:.server.in=.server)
@@ -48,6 +48,7 @@ $(server_in_files): $(server_in_files:.server.in=.server.in.in) Makefile
 	sed -e "s|\ bindir\@|$(bindir)|g"	\
 	    -e "s|\ wrapper\@|gnote-applet|g"		\
 	    < $< > $@
+endif
 
 @INTLTOOL_SERVER_RULE@
 
@@ -63,6 +64,7 @@ noinst_DATA =
 
 EXTRA_DIST = 					\
 	UIManagerLayout.xml                     \
+	GNOME_GnoteApplet.xml                   \
 	$(desktop_in_files)     		\
 	$(pkgconfig_in_files)			\
 	$(schemas_in_files)     		\
diff --git a/src/addins/bugzilla/Makefile.am b/src/addins/bugzilla/Makefile.am
index 07c90a0..c8962d3 100644
--- a/src/addins/bugzilla/Makefile.am
+++ b/src/addins/bugzilla/Makefile.am
@@ -1,6 +1,8 @@
 
 include $(builddir)/../addins.mk
 
+EXTRA_DIST = bug.png
+
 addinsdir = $(ADDINSDIR)
 addins_LTLIBRARIES = bugzilla.la
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]