summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am8
-rw-r--r--src/main.c0
2 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..759a90c
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,8 @@
+INCLUDES = -I$(top_srcdir) \
+ -I$(srcdir)
+
+plymouth_CFLAGS = $(PLYMOUTH_CFLAGS)
+plymouth_LDADD = $(PLYMOUTH_LIBS)
+plymouth_SOURCES = main.c
+
+noinst_PROGRAMS = plymouth
diff --git a/src/main.c b/src/main.c
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/src/main.c