summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2005-07-09 06:53:49 +0000
committerKeith Packard <keithp@keithp.com>2005-07-09 06:53:49 +0000
commit9db3c882e7571eebc98d0070c3ccbc7633b57604 (patch)
tree6a709ad312e4d398d5e6080a259517720fa214ad /src
parent1b0c54229a5259677eab3f80cf8baedc1ca802e5 (diff)
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
Diffstat (limited to 'src')
-rw-r--r--src/.cvsignore1
-rw-r--r--src/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/.cvsignore b/src/.cvsignore
new file mode 100644
index 0000000..70845e0
--- /dev/null
+++ b/src/.cvsignore
@@ -0,0 +1 @@
+Makefile.in
diff --git a/src/Makefile.am b/src/Makefile.am
index 8f9397c..0e54a72 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -5,7 +5,7 @@ libXv_la_SOURCES = \
Xvlibint.h
libXv_la_LIBADD = @DEP_LIBS@
-libXv_la_CFLAGS = @DEP_CFLAGS@
+AM_CFLAGS = @DEP_CFLAGS@
libXv_la_LDFLAGS = -version-info 7:0:0 -no-undefined