diff options
author | Keith Packard <keithp@keithp.com> | 2005-07-09 21:20:35 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2005-07-09 21:20:35 +0000 |
commit | c0b9196c7148715dde385d2f0d41d56d23839825 (patch) | |
tree | 56c43c3f8d1c536977559d5f19b193f2cfaacb12 /src | |
parent | bf6ca6fc3ef9bd61284dc48059d10a560e5c1f28 (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..fc50197 --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1,6 @@ +.deps +.libs +libxkbfile.la +*.lo +Makefile +Makefile.in diff --git a/src/Makefile.am b/src/Makefile.am index 779329c..3aa9976 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,7 +20,7 @@ INCLUDES = -I$(top_srcdir)/include/ -I$(top_srcdir)/include/X11/extensions/ libxkbfile_la_LIBADD = @DEP_LIBS@ -libxkbfile_la_CFLAGS = @DEP_CFLAGS@ +AM_CFLAGS = @DEP_CFLAGS@ libxkbfile_la_LDFLAGS = -version-info 7:0:0 -no-undefined |