Fix another "make" versus "make dist" build problem.
authorBen Pfaff <blp@nicira.com>
Tue, 9 Jun 2009 22:19:24 +0000 (15:19 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 9 Jun 2009 22:19:24 +0000 (15:19 -0700)
lib/automake.mk

index c617b19..d5a7a7c 100644 (file)
@@ -14,7 +14,6 @@ lib_libopenvswitch_a_SOURCES = \
        lib/compiler.h \
        lib/coverage.c \
        lib/coverage.h \
-       lib/coverage-counters.c \
        lib/coverage-counters.h \
        lib/csum.c \
        lib/csum.h \
@@ -105,6 +104,7 @@ lib_libopenvswitch_a_SOURCES = \
        lib/vlog.h \
        lib/xtoxll.h
 nodist_lib_libopenvswitch_a_SOURCES = \
+       lib/coverage-counters.c \
        lib/dirs.c
 CLEANFILES += $(nodist_lib_libopenvswitch_a_SOURCES)