summaryrefslogtreecommitdiffstats
path: root/output
diff options
context:
space:
mode:
authorlaforge <laforge>2005-10-02 17:52:13 +0000
committerlaforge <laforge>2005-10-02 17:52:13 +0000
commit936e615424b0b77c112a1e5c5fab1045f569bbf1 (patch)
tree435f9ac16d3fb45ef8ce401eddcead5d6388451d /output
parent778a2f3ddcd69804ff5e948b8dd119609356501b (diff)
more work towards automake'ing
Diffstat (limited to 'output')
-rw-r--r--output/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/output/Makefile.am b/output/Makefile.am
index 2039bb9..616daf5 100644
--- a/output/Makefile.am
+++ b/output/Makefile.am
@@ -1,8 +1,10 @@
+INCLUDES = $(all_includes) -I$(top_srcdir)/include
+
lib_LTLIBRARIES = ulogd_output_LOGEMU.la # ulogd_output_OPRINT.la ulogd_output_SYSLOG.la
-ulogd_output_LOGEMU_SOURCES = ulogd_output_LOGEMU.c
-ulogd_output_SYSLOG_SOURCES = ulogd_output_SYSLOG.c
-ulogd_output_OPRINT_SOURCES = ulogd_output_OPRINT.c
+ulogd_output_LOGEMU_la_SOURCES = ulogd_output_LOGEMU.c
+#ulogd_output_SYSLOG_la_SOURCES = ulogd_output_SYSLOG.c
+#ulogd_output_OPRINT_la_SOURCES = ulogd_output_OPRINT.c