]> gitweb @ CieloNegro.org - daemon.git/blobdiff - Makefile.am
Done!
[daemon.git] / Makefile.am
diff --git a/Makefile.am b/Makefile.am
new file mode 100644 (file)
index 0000000..4ccbe69
--- /dev/null
@@ -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