diff options
author | Julien Cristau <jcristau@debian.org> | 2008-07-20 16:53:01 +0200 |
---|---|---|
committer | Julien Cristau <jcristau@debian.org> | 2008-07-20 16:53:01 +0200 |
commit | 376620460ec50cb98a1e3746629b7f73c2e926d7 (patch) | |
tree | 3ecd60c40c6a7fc7963c29f9d8761851365eb6db /include/Makefile.am | |
parent | 35346a42271dfe65fe0a86dc522701028bf6daf6 (diff) |
Drop some more configure-generated files from the tarball
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 3d7879933..76c265e79 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -53,11 +53,10 @@ sdk_HEADERS = \ windowstr.h \ xkbfile.h \ xkbsrv.h \ - xkbstr.h \ - xorg-server.h + xkbstr.h + +nodist_sdk_HEADERS = xorg-server.h endif AM_CFLAGS = $(DIX_CFLAGS) -EXTRA_DIST = $(sdk_HEADERS) do-not-use-config.h dix-config.h xorg-config.h \ - xkb-config.h |