diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-09 06:50:41 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-09 06:50:41 +0000 |
commit | 3568421ddbec548cff7b49eb339d5bafaab2cbd3 (patch) | |
tree | 93e8bcf3ae16a027d9593b5f3d203910f2c00fa3 /src | |
parent | 1f8c48e0574892a0b3fe359fb65523d7d1dcc236 (diff) |
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
Diffstat (limited to 'src')
-rw-r--r-- | src/.cvsignore | 6 | ||||
-rw-r--r-- | src/Makefile.am | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 0000000..4fcb96e --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +libXtst.la +*.lo +Makefile +Makefile.in diff --git a/src/Makefile.am b/src/Makefile.am index ffc0ed3..ab7b9d1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,7 +5,7 @@ libXtst_la_SOURCES = \ XTest.c libXtst_la_LIBADD = @DEP_LIBS@ -libXtst_la_CFLAGS = @DEP_CFLAGS@ +AM_CFLAGS = @DEP_CFLAGS@ libXtst_la_LDFLAGS = -version-info 7:0:0 -no-undefined |