summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.cvsignore6
-rw-r--r--src/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/.cvsignore b/src/.cvsignore
new file mode 100644
index 0000000..a947c47
--- /dev/null
+++ b/src/.cvsignore
@@ -0,0 +1,6 @@
+.deps
+.libs
+libXrandr.la
+*.lo
+Makefile
+Makefile.in
diff --git a/src/Makefile.am b/src/Makefile.am
index b6d11ce..ce0dcac 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ libXrandr_la_SOURCES = \
Xrandrint.h
libXrandr_la_LIBADD = @X_LIBS@ -lX11 -lXext -lXrender
-libXrandr_la_CFLAGS = @X_CFLAGS@
+AM_CFLAGS = @X_CFLAGS@
INCLUDES = -I$(top_srcdir)/include/X11/extensions