mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcursor.git
synced 2026-05-05 16:58:04 +02:00
Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
This commit is contained in:
parent
b5a724c201
commit
9ffefcd641
5 changed files with 39 additions and 2 deletions
20
.cvsignore
Normal file
20
.cvsignore
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
aclocal.m4
|
||||
autom4te.cache
|
||||
compile
|
||||
config.guess
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
Makefile
|
||||
Makefile.in
|
||||
missing
|
||||
mkinstalldirs
|
||||
stamp-h1
|
||||
xcursor.pc
|
||||
|
|
@ -1,3 +1,12 @@
|
|||
2005-07-08 Keith Packard <keithp@keithp.com>
|
||||
|
||||
* .cvsignore:
|
||||
* man/.cvsignore:
|
||||
* src/.cvsignore:
|
||||
* src/Makefile.am:
|
||||
Add .cvsignore files
|
||||
Switch _la_CFLAGS for AM_CFLAGS to clean up directory
|
||||
|
||||
2005-07-07 Keith Packard <keithp@keithp.com>
|
||||
|
||||
* configure.ac:
|
||||
|
|
|
|||
2
man/.cvsignore
Normal file
2
man/.cvsignore
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Makefile
|
||||
Makefile.in
|
||||
6
src/.cvsignore
Normal file
6
src/.cvsignore
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.deps
|
||||
.libs
|
||||
libXcursor.la
|
||||
*.lo
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
|
@ -2,8 +2,8 @@ lib_LTLIBRARIES = libXcursor.la
|
|||
|
||||
libXcursor_la_SOURCES = xcursorint.h cursor.c display.c file.c library.c xlib.c
|
||||
|
||||
libXcursor_la_LIBADD = $(XRENDER_LIBS) $(XFIXES_LIBS) $(X_LIBS)
|
||||
AM__CFLAGS = $(XRENDER_CFLAGS) $(XFIXES_CFLAGS) $(X_CFLAGS)
|
||||
libXcursor_la_LIBADD = $(DEP_LIBS)
|
||||
AM_CFLAGS = $(DEP_CFLAGS)
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/include/X11/Xcursor
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue