Fix alphabetic ordering in lib/automake.mk
authorGlen Gibb <grg@stanford.edu>
Tue, 8 Dec 2009 00:24:03 +0000 (16:24 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 8 Dec 2009 00:24:03 +0000 (16:24 -0800)
    Files in lib_libopenvswitch_a_SOURCES list in automake.mk were
    incorrectly sorted. Files out of order:
      - lib/uuid.[ch]
      - lib/unixctl.[ch]

lib/automake.mk

index f216b3fb795bd6cc86ffa26bfebb0063fbe3f70a..cace97cf90d032b73ada4bb958233d893cddaad1 100644 (file)
@@ -135,14 +135,14 @@ lib_libopenvswitch_a_SOURCES = \
        lib/timeval.c \
        lib/timeval.h \
        lib/type-props.h \
-       lib/uuid.c \
-       lib/uuid.h \
-       lib/unixctl.c \
-       lib/unixctl.h \
        lib/unicode.c \
        lib/unicode.h \
+       lib/unixctl.c \
+       lib/unixctl.h \
        lib/util.c \
        lib/util.h \
+       lib/uuid.c \
+       lib/uuid.h \
        lib/valgrind.h \
        lib/vconn-provider.h \
        lib/vconn-ssl.h \