diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2013-04-09 09:03:00 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2013-04-09 09:03:00 -0700 |
commit | 8391c1d912302dc9577ee09afc257ba71d95a07b (patch) | |
tree | 3e176b66e4f0f859c63927280bcd643f934f25e8 /dist-files.mk | |
parent | 89a64f3d6ab1097f819ea4925a58f3aea50f6fcd (diff) |
319.12319.12
Diffstat (limited to 'dist-files.mk')
-rw-r--r-- | dist-files.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist-files.mk b/dist-files.mk index d50c576..b08a951 100644 --- a/dist-files.mk +++ b/dist-files.mk @@ -43,6 +43,7 @@ SRC += stream-ui.c SRC += update.c SRC += user-interface.c SRC += sanity.c +SRC += manifest.c DIST_FILES := $(SRC) @@ -61,6 +62,7 @@ DIST_FILES += snarf-internal.h DIST_FILES += snarf.h DIST_FILES += update.h DIST_FILES += user-interface.h +DIST_FILES += manifest.h DIST_FILES += COPYING DIST_FILES += README |