From: Theodore Ts'o Date: Sun, 29 May 2016 17:33:58 +0000 (-0400) Subject: Android.mk: add parse_qtype.c the list of source files X-Git-Tag: v1.43.1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a316fe73e45120be438a11d8fe39a0b94b49d8b;p=thirdparty%2Fe2fsprogs.git Android.mk: add parse_qtype.c the list of source files Signed-off-by: Theodore Ts'o --- diff --git a/lib/support/Android.mk b/lib/support/Android.mk index d32ec1e37..3d2056d6d 100644 --- a/lib/support/Android.mk +++ b/lib/support/Android.mk @@ -3,6 +3,7 @@ LOCAL_PATH := $(call my-dir) libext2_quota_src_files := \ dict.c \ mkquota.c \ + parse_qtype.c \ plausible.c \ profile.c \ profile_helpers.c \