X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=daemon.git;a=blobdiff_plain;f=Makefile.am;fp=Makefile.am;h=4ccbe6900aa41c8e1fe858200e35b2bf8069abc5;hp=0000000000000000000000000000000000000000;hb=7162d53967117a8eda4257244327d63f95633783;hpb=0aa9138f10ceb0258291ce0945e207393c2fe4cc diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..4ccbe69 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,14 @@ +AUTOMAKE_OPTIONS = foreign + +sbin_PROGRAMS = daemon + +daemon_SOURCES = \ + daemon.c \ + pidfile.c pidfile.h \ + flopen.c flopen.h \ + $(NULL) + +man8_MANS = daemon.8 +EXTRA_DIST = $(man8_MANS) + +AM_CFLAGS = -Wall