|
From: Dale H. <da...@us...> - 2002-06-12 22:00:10
|
Update of /cvsroot/corelinux/corelinux In directory usw-pr-cvs1:/tmp/cvs-serv1366 Modified Files: Makefile.am Log Message: Added in bin_SCRIPTS directive. This will place corelinux-config in the $PREFIX/bin directory. Index: Makefile.am =================================================================== RCS file: /cvsroot/corelinux/corelinux/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -r1.6 -r1.7 *** Makefile.am 30 Jul 2000 21:22:57 -0000 1.6 --- Makefile.am 12 Jun 2002 22:00:00 -0000 1.7 *************** *** 12,15 **** --- 12,16 ---- SUFFIXES = .cpp .hpp .c .h .f .F .o .moc + bin_SCRIPTS = corelinux-config EXTRA_DIST = autorun.sh master.dxx README.emacs |