|
From: Gustavo P. B. <gb...@us...> - 2005-07-08 21:59:22
|
Update of /cvsroot/kimageprocess/kimageprocess/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24238/src Modified Files: Makefile.am Log Message: Started implementing a command line tool Index: Makefile.am =================================================================== RCS file: /cvsroot/kimageprocess/kimageprocess/src/Makefile.am,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- Makefile.am 23 Jun 2005 04:26:46 -0000 1.7 +++ Makefile.am 8 Jul 2005 21:59:14 -0000 1.8 @@ -1,5 +1,5 @@ ## Makefile.am for kimageprocess -SUBDIRS = libkimageprocess libktimgview . libktimgview plugins methods +SUBDIRS = libkimageprocess libktimgview . libktimgview plugins methods kimagecmd # this is the program that gets installed. it's name is used for all # of the other Makefile.am variables bin_PROGRAMS = kimageprocess |