[Liboss-commit] CVS: liboss/lib Makefile.am,1.2,1.3
Brought to you by:
thesin
|
From: Justin <th...@us...> - 2002-05-09 14:24:46
|
Update of /cvsroot/liboss/liboss/lib In directory usw-pr-cvs1:/tmp/cvs-serv460 Modified Files: Makefile.am Log Message: Changing to use variables instead of hard coded Index: Makefile.am =================================================================== RCS file: /cvsroot/liboss/liboss/lib/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Makefile.am 9 May 2002 07:48:32 -0000 1.2 +++ Makefile.am 9 May 2002 14:24:42 -0000 1.3 @@ -2,7 +2,7 @@ ## Process this file with automake to produce Makefile.in ## -CFLAGS = @CFLAGS@ -L../include +CFLAGS = @CFLAGS@ -L$(srcdir)/include lib_LTLIBRARIES = liboss.la |