[gromit] Make maintainer mode and "make dist" work.



commit 9f38f53a878525fb08934dce28781f8988f229de
Author: Simon Budig <simon budig de>
Date:   Wed Mar 17 02:49:07 2010 +0100

    Make maintainer mode and "make dist" work.

 Makefile.am  |   10 +++++++---
 configure.ac |    2 ++
 2 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 7477a1f..df4d16f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,8 +1,12 @@
-# status bar plugin
-
 bin_PROGRAMS = gromit
 
-gromit_SOURCES = gromit.c
+cursors = \
+	cursors/paint_cursor.xbm      \
+	cursors/paint_cursor_mask.xbm \
+	cursors/erase_cursor.xbm      \
+	cursors/erase_cursor_mask.xbm
+
+gromit_SOURCES = gromit.c $(cursors)
 gromit_CFLAGS = -g $(GTK_CFLAGS)
 gromit_LDADD = $(GTK_LIBS)
 
diff --git a/configure.ac b/configure.ac
index cddee1e..7a0a068 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,6 +5,8 @@ AC_PROG_CPP
 AC_PROG_INSTALL
 AC_PROG_LIBTOOL
 
+AM_MAINTAINER_MODE
+
 PKG_CHECK_MODULES(GTK, gtk+-2.0)
 AC_SUBST(GTK_LIBS)
 AC_SUBST(GTK_CFLAGS)



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