summaryrefslogtreecommitdiffstats
path: root/ksystemlog/src/bootauth/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ksystemlog/src/bootauth/Makefile.am')
-rw-r--r--ksystemlog/src/bootauth/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/ksystemlog/src/bootauth/Makefile.am b/ksystemlog/src/bootauth/Makefile.am
new file mode 100644
index 0000000..7ef96fe
--- /dev/null
+++ b/ksystemlog/src/bootauth/Makefile.am
@@ -0,0 +1,8 @@
+INCLUDES = -I$(top_srcdir)/ksystemlog/src -I$(top_builddir)/ksystemlog/src/config $(all_includes)
+METASOURCES = AUTO
+
+noinst_LTLIBRARIES = libksystemlog_bootauth.la
+libksystemlog_bootauth_la_LDFLAGS = $(all_libraries)
+libksystemlog_bootauth_la_SOURCES = bootAuthenticationOptions.cpp
+noinst_HEADERS = bootAuthenticationOptions.h
+