[Plib-devel] [PATCH] demos/p-guide/src: fix Makefile.am
Brought to you by:
sjbaker
From: Melchior F. <mf...@us...> - 2009-01-21 17:55:57
|
- 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 |