aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjames <>2008-02-27 15:04:32 +0000
committerjames <>2008-02-27 15:04:32 +0000
commit74c2e130e079c977c3d2b431b49362d3b8fb250e (patch)
tree18d6e631fa3e56c4a3593eb01b17a0817451a0fe
parent131599d075be3b2e2d0377d3c6024c053cba2fb3 (diff)
downloadsympathy-74c2e130e079c977c3d2b431b49362d3b8fb250e.tar.gz
sympathy-74c2e130e079c977c3d2b431b49362d3b8fb250e.tar.bz2
sympathy-74c2e130e079c977c3d2b431b49362d3b8fb250e.zip
*** empty log message ***
-rw-r--r--Makefile.am8
-rw-r--r--configure.in4
-rw-r--r--src/Makefile.am6
3 files changed, 18 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 33275cd..3022ef0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,6 +8,9 @@
# $Id$
#
# $Log$
+# Revision 1.4 2008/02/27 15:04:32 james
+# *** empty log message ***
+#
# Revision 1.3 2008/02/27 10:47:34 james
# *** empty log message ***
#
@@ -22,8 +25,13 @@
#
SUBDIRS=src apps test
+man1_MANS=sympathy.man
+
bin_SCRIPTS = libsympathy-config
+clean-local:
+ -rm -f libsympathy-config version.sed
+
libsympathy-config.src:libsympathy-config.src.in
libsympathy-config:libsympathy-config.src version.sed
@SED@ -f version.sed < libsympathy-config.src > libsympathy-config || rm -f libsympathy-config
diff --git a/configure.in b/configure.in
index 1db47fe..2cb5773 100644
--- a/configure.in
+++ b/configure.in
@@ -8,6 +8,9 @@ dnl
dnl $Id$
dnl
dnl $Log$
+dnl Revision 1.3 2008/02/27 15:04:32 james
+dnl *** empty log message ***
+dnl
dnl Revision 1.2 2008/02/13 18:05:06 james
dnl *** empty log message ***
dnl
@@ -131,5 +134,6 @@ AC_OUTPUT([Makefile
src/sympathy.h.head
test/Makefile
apps/Makefile
+ sympathy.man
libsympathy-config.src],[chmod +x libsympathy-config.src])
diff --git a/src/Makefile.am b/src/Makefile.am
index f0bb52c..37e7217 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,6 +8,9 @@
# $Id$
#
# $Log$
+# Revision 1.20 2008/02/27 15:04:32 james
+# *** empty log message ***
+#
# Revision 1.19 2008/02/27 10:47:34 james
# *** empty log message ***
#
@@ -91,6 +94,9 @@ noinst_HEADERS= prototypes.h ${HDRS}
EXTRA_DIST=sympathy.h.tail
+clean-local:
+ -rm -f sympathy.h version.h version-num
+
libsympathy_a_SOURCES = ${SYMPATHYSRCS}
libsympathy_la_SOURCES = ${SYMPATHYSRCS}