X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=daemon%2FMakefile.am;fp=daemon%2FMakefile.am;h=c44c53b63c5c03f9946bd7fd26d2727a371ec5e8;hb=d4211f37f451dd0f7faf0dc372c5995f387d4d28;hp=0000000000000000000000000000000000000000;hpb=a6d8cf44fbc4fb4a09b3c3bb54701e35f201f997;p=wrappi.git diff --git a/daemon/Makefile.am b/daemon/Makefile.am new file mode 100644 index 0000000..c44c53b --- /dev/null +++ b/daemon/Makefile.am @@ -0,0 +1,26 @@ +# wrappi +# Copyright (C) 2011 Red Hat Inc. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +sbin_PROGRAMS = wrappid + +wrappid_SOURCES = \ + ../lib/wrappi.h \ + wrappid.c +wrappid_CFLAGS = -I../lib $(WARN_CFLAGS) $(WERROR_CFLAGS) +wrappid_LDADD = ../lib/libwrappi.la + +CLEANFILES = *~