diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2013-02-25 13:03:15 -0500 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-02-25 13:03:15 -0500 |
commit | 91c26cafb0d43295e1cad6b6ff0870f0d99b8c51 (patch) | |
tree | d6ac8debf283aa9bf98377ab40a035793d064a35 | |
parent | 41fe245625d98d07a84f5949139f1ae89b3b7755 (diff) |
Makefile.am: Distribute weston.ini sample
https://bugs.freedesktop.org/show_bug.cgi?id=61388
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7b1b1bc7..4e7941dd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,3 +8,5 @@ DIST_SUBDIRS = shared src clients data protocol tests wcap man DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install + +EXTRA_DIST = weston.ini |