aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorjames <>2008-02-27 15:04:32 +0000
committerjames <>2008-02-27 15:04:32 +0000
commit74c2e130e079c977c3d2b431b49362d3b8fb250e (patch)
tree18d6e631fa3e56c4a3593eb01b17a0817451a0fe /Makefile.am
parent131599d075be3b2e2d0377d3c6024c053cba2fb3 (diff)
downloadsympathy-74c2e130e079c977c3d2b431b49362d3b8fb250e.tar.gz
sympathy-74c2e130e079c977c3d2b431b49362d3b8fb250e.tar.bz2
sympathy-74c2e130e079c977c3d2b431b49362d3b8fb250e.zip
*** empty log message ***
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 8 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