]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[libplybootsplash] Order header list one-per line
authorRay Strode <rstrode@redhat.com>
Wed, 16 Sep 2009 22:13:32 +0000 (18:13 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 28 Sep 2009 13:08:30 +0000 (09:08 -0400)
It's a lot easier to add and remove entries from the Makefile
this way.

src/libplybootsplash/Makefile.am

index 86021101dfd0d4463350117fcfe74191ae682998..508a212c3de964fbae45c55becf640519b252dba 100644 (file)
@@ -6,7 +6,19 @@ INCLUDES = -I$(top_srcdir)                                                    \
 lib_LTLIBRARIES = libplybootsplash.la
 
 libplybootsplashdir = $(includedir)/plymouth-1/plybootsplash
-libplybootsplash_HEADERS = ply-entry.h ply-image.h ply-progress-bar.h ply-text-progress-bar.h ply-throbber.h ply-animation.h ply-progress-animation.h ply-window.h ply-label.h ply-boot-splash-plugin.h ply-label-plugin.h ply-boot-splash.h
+libplybootsplash_HEADERS = \
+                   ply-animation.h                                           \
+                   ply-boot-splash.h                                         \
+                   ply-boot-splash-plugin.h                                  \
+                   ply-entry.h                                               \
+                   ply-image.h                                               \
+                   ply-label.h                                               \
+                   ply-label-plugin.h                                        \
+                   ply-progress-animation.h                                  \
+                   ply-progress-bar.h                                        \
+                   ply-text-progress-bar.h                                   \
+                   ply-throbber.h                                            \
+                   ply-window.h
 
 libplybootsplash_la_CFLAGS = $(PLYMOUTH_CFLAGS)                               \
                             $(IMAGE_CFLAGS)                                  \