diff options
Diffstat (limited to 'src/app/main/include.am')
-rw-r--r-- | src/app/main/include.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/app/main/include.am b/src/app/main/include.am new file mode 100644 index 0000000000..576c750377 --- /dev/null +++ b/src/app/main/include.am @@ -0,0 +1,20 @@ + +# ADD_C_FILE: INSERT SOURCES HERE. +LIBTOR_APP_A_SOURCES += \ + src/app/main/main.c \ + src/app/main/risky_options.c \ + src/app/main/shutdown.c \ + src/app/main/subsystem_list.c \ + src/app/main/subsysmgr.c + +# ADD_C_FILE: INSERT HEADERS HERE. +noinst_HEADERS += \ + src/app/main/main.h \ + src/app/main/ntmain.h \ + src/app/main/risky_options.h \ + src/app/main/shutdown.h \ + src/app/main/subsysmgr.h + +if BUILD_NT_SERVICES +LIBTOR_APP_A_SOURCES += src/app/main/ntmain.c +endif |