diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-23 05:27:00 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-23 05:27:00 +0000 |
commit | 6fd64a5c552ce5f0559838b2b4ae5a27b40e52f1 (patch) | |
tree | 08a28a4a1ddb04053d9f493eaacae595a5d7bdb8 /src/Makefile.am | |
parent | bceba127b9b671e378030b348f36602eb44278af (diff) |
Fix distchecks
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ed4e6d4..5f2865c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,6 @@ lib_LTLIBRARIES = libXrandr.la libXrandr_la_SOURCES = \ Xrandr.c \ - Xrandr.h \ Xrandrint.h libXrandr_la_LIBADD = @X_LIBS@ -lX11 -lXext -lXrender |