diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-05-08 17:48:00 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-05-08 17:48:00 -0400 |
| commit | ee567aeb4e47f94347ecc97827c6176d9d1f624b (patch) | |
| tree | 9c099c8e53b00ff9b3356b1cf2c3408fa8bb8f03 /src | |
initial import
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 8 | ||||
| -rw-r--r-- | src/main.c | 0 |
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 |
