diff options
author | Matt Turner <mattst88@gmail.com> | 2013-11-10 18:06:41 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2014-04-07 09:41:02 -0700 |
commit | cdc3a6bb2137c28088adcf53695e555d5f4e0bf0 (patch) | |
tree | 29b9c6a823afaaf05d286995cbf1ae465a875394 /src/Makefile.am | |
parent | a97611313dc020e582da491fd898b324274f5824 (diff) |
src/build: Add getopt to distribution.
Acked-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 75e2a739cf..9d1580f904 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,3 +59,5 @@ SUBDIRS += \ gallium/tests/unit endif endif + +EXTRA_DIST = getopt |