From af9c9091ed69394171485aa4c4814504f86f2004 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 23 Jan 2012 20:08:12 +0100 Subject: Simple image blit. New slider class. New filenamelineedit. New pixelbuffer used for drawing everything but the root window - with alpha blending... --- plugingui/Makefile.am | 34 ++++++++++++++++------------------ 1 file changed, 16 insertions(+), 18 deletions(-) (limited to 'plugingui/Makefile.am') diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 08c2d0c..20150c5 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -4,36 +4,34 @@ plugingui_LDADD = $(SNDFILE_LIBS) $(PTHREAD_LIBS) $(EXPAT_LIBS) -ldl -lX11 plugingui_CXXFLAGS = $(SNDFILE_CXXFLAGS) $(PTHREAD_CFLAGS) $(EXPAT_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/src -DSTANDALONE -DX11 +include Makefile.am.plugingui +include $(top_srcdir)/src/Makefile.am.drumgizmo + plugingui_SOURCES = \ - eventhandler.cc \ - globalcontext.cc \ - gui.cc \ - colour.cc \ - led.cc \ - window.cc \ - widget.cc \ - lineedit.cc \ - button.cc \ - checkbox.cc \ - combobox.cc \ - label.cc \ - painter.cc + $(PLUGIN_GUI_SOURCES) + +# $(DRUMGIZMO_SOURCES) EXTRA_DIST = \ - event.h \ + guievent.h \ eventhandler.h \ globalcontext.h \ - gui.h \ + plugingui.h \ + pixelbuffer.h \ colour.h \ + font.h \ + filelineedit.h \ led.h \ window.h \ widget.h \ lineedit.h \ button.h \ - checkbox.h \ - combobox.h \ label.h \ - painter.h + painter.h \ + img_font.h \ + img_back.h \ + checkbox.h \ + slider.h ################ # Test Section # -- cgit v1.2.3