Re: [Plib-devel] [PATCH] demos/p-guide/src: fix Makefile.am
Brought to you by:
sjbaker
From: Fay, J. F Dr C. U. A. 46 S. <joh...@eg...> - 2009-01-21 18:03:06
|
Done ... John F. Fay Technical Fellow Jacobs Technology TEAS Group 850-883-1294 -----Original Message----- From: Melchior FRANZ [mailto:mf...@us...] Sent: Wednesday, January 21, 2009 11:56 AM To: pli...@li... Subject: [Plib-devel] [PATCH] demos/p-guide/src: fix Makefile.am - drop CreateWidget.cxx (which doesn't exist since a few years :-) - add plibpuaux, which is needed for several widgets diff --git a/demos/p-guide/src/Makefile.am b/demos/p-guide/src/Makefile.am index 81cb634..ecc73d2 100644 --- a/demos/p-guide/src/Makefile.am +++ b/demos/p-guide/src/Makefile.am @@ -1,7 +1,9 @@ bin_PROGRAMS = pguide -pguide_SOURCES = CreateWidget.cxx pGuide.cxx StatusWindow.cxx WidgetList.h \ +pguide_SOURCES = pGuide.cxx StatusWindow.cxx WidgetList.h \ WidgetWindow.cxx WriteCode.cxx LoadSave.cxx PropertiesWindow.cxx +pguide_LDADD = -lplibpuaux + EXTRA_DIST = pGuide.dsp ------------------------------------------------------------------------ ------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ plib-devel mailing list pli...@li... https://lists.sourceforge.net/lists/listinfo/plib-devel |