From: chas w. <ch...@us...> - 2010-12-28 16:35:56
|
Update of /cvsroot/linux-atm/linux-atm/src/q2931 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv1157/src/q2931 Modified Files: Tag: V2_5_2 Makefile.am Log Message: do not distribute the built sources this should really be a library target Index: Makefile.am =================================================================== RCS file: /cvsroot/linux-atm/linux-atm/src/q2931/Makefile.am,v retrieving revision 1.2.2.2 retrieving revision 1.2.2.3 diff -C2 -d -r1.2.2.2 -r1.2.2.3 *** Makefile.am 28 Dec 2010 16:05:27 -0000 1.2.2.2 --- Makefile.am 28 Dec 2010 16:35:46 -0000 1.2.2.3 *************** *** 4,7 **** --- 4,9 ---- noinst_PROGRAMS = q.out.o qd.dump.o check_PROGRAMS = q.test + nodist_q_out_o_SOURCES = q.out.h q.out.c q.test.c + nodist_qd_dump_o_SOURCES = qd.out.h qd.out.c qd.dump.c q_test_SOURCES = qtest.c uni.h |