From 4163308ecae26c76d22e4cc80d8bae729b06b94f Mon Sep 17 00:00:00 2001 From: james <> Date: Sun, 3 Feb 2008 16:20:24 +0000 Subject: *** empty log message *** --- apps/Makefile.am | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 apps/Makefile.am (limited to 'apps') diff --git a/apps/Makefile.am b/apps/Makefile.am new file mode 100644 index 0000000..0ef4af7 --- /dev/null +++ b/apps/Makefile.am @@ -0,0 +1,28 @@ +# +# Makefile.am: +# +# Copyright (c) 2008 James McKenzie , +# All rights reserved. +# +# $Id$ +# +# $Log$ +# Revision 1.1 2008/02/03 16:20:24 james +# *** empty log message *** +# +# +# + +INCLUDES = -I$(srcdir)/../src + +noinst_PROGRAMS = sympathyd sympathy + +sympathy_SOURCES = sympathy.c +sympathy_LDADD = ../src/libsympathy.la + +sympathyd_SOURCES = sympathyd.c +sympathyd_LDADD = ../src/libsympathy.la + +AM_CFLAGS=-g + + -- cgit v1.2.3